OpenSolaris_b135/pkgdefs/SUNWlsimega/postremove

#!/sbin/sh
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"%Z%%M%	%I%	%E% SMI"
#

BD=${BASEDIR:-/}
if grep "\<lsimega\>" $BD/etc/name_to_major > /dev/null 2>&1
then
	rem_drv -b ${BD} lsimega
fi
exit 0