#! /bin/sh
#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#pragma ident	"@(#)preremove	1.2	05/03/10 SMI"
#
 
PATH="/usr/bin:/usr/sbin:${PATH}"
export PATH

EXIT=0

if grep -w usbser_edge ${BASEDIR}/etc/name_to_major > /dev/null 2>&1
then
	rem_drv -b ${BASEDIR} usbser_edge || EXIT=1
fi

exit $EXIT
