#! /bin/sh
#
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#pragma ident	"@(#)preremove	1.1	06/02/09 SMI"
#
 
PATH="/usr/bin:/usr/sbin:${PATH}"
export PATH

EXIT=0

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

exit $EXIT
