#!/bin/sh
#
# $Id: file_postrestore_isdn,v 1.1.1.1 2005/05/11 09:03:12 gleissner Exp $
#
#
# Project     :  SCPM (System Configuration Profile Management)
# Module      :  SCPM Utilities
# File        :  file_postrestore_isdn
# Description :  Script for /etc/sysconfig/isdn resource post restore
# Author      :  Joachim Gleissner <jg@suse.de>
#
# Copyright 2002 SuSE Linux AG
#
# Released under the terms of the GNU General Public License
# (see file COPYRIGHT in project root directory).
#

/sbin/SuSEconfig --module isdn

test $? -gt 0 && exit 1
exit 0
