#
# ident "@(#)postremove 1.4 94/11/28 Copyright 1992 SMI"
#

INITFILE=/etc/init.d/isdnboot

# remove ISDN from the system startup sequence
rm -f $INITFILE
rm -f /etc/rc0.d/K38isdnboot
rm -f /etc/rc3.d/S38isdnboot

# remove gpmux
rem_drv gpmux

# Why doesn't the system remove these when the drivers are 'rem_drv'ed?
rm -f /dev/gpmux
rm -f /devices/pseudo/clone*:gpmux

# force reconfigure
touch /reconfigure

exit 0
