#!/sbin/sh
#
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"@(#)postremove	1.1	09/06/15 SMI"
#

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