#!/bin/sh
#ident "@(#)postremove	1.6 01/04/18 SMI"

SMCCONF=${BASEDIR}/usr/sadm/bin/smcconf
ADMIN_LIBDIR=${BASEDIR}/usr/sadm/lib

# Unregister tools and services
if [ -f ${SMCCONF} ]; then
	${SMCCONF} repository remove bean com.sun.admin.volmgr.server.SVMServices
fi	

/etc/rc2.d/S90wbem stop >/dev/null 2>&1
/etc/rc2.d/S90wbem start >/dev/null 2>&1
