OpenSolaris_b135/pkgdefs/SUNWmv88sx/postremove

#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.

# ident	"%Z%%M%	%I%	%E% SMI"
#
BD=${BASEDIR:-/}
if grep "\<marvell88sx\>" $BD/etc/name_to_major > /dev/null 2>&1
then
	rem_drv -b ${BD} marvell88sx
fi
exit 0