#!/sbin/sh
#       Copyright (c)1999 by Sun Microsystems, Inc.
#               All rights reserved.
#       @(#)postremove	1.24    99/06/04 SMI
#
BD=${BASEDIR:-/}
if [ "$SUNW_PATCHID" = "" ]; then
	if grep "\<cpqary3\>" $BD/etc/name_to_major >/dev/null 2>&1; then
		rem_drv -b ${BD} cpqary3
	fi
fi
exit 0
