#! /bin/sh
# This script cleans up /etc/driver_aliases, /etc/driver_classes
# and /etc/name_to_major.
#
#
if [ ! -f $ROOTDIR/kernel/drv/qlc ]; then
	$ROOTDIR/usr/sbin/rem_drv -b $ROOTDIR qlc
fi

exit 0
