#! /bin/sh
#
# ident	"@(#)postinstall	1.6	03/05/01 SMI"
#
# Copyright 2002-2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

LOGDIR=${BASEDIR}/var/sadm/wbem/logr/preReg/svm3
export BASEDIR

#Create the prereg dir needed for cim class registration
mkdir -p ${LOGDIR} 

#copy the mof file to this preReg dir

cp ${BASEDIR}/var/sadm/svm3/Solaris_VM3.0.mof ${LOGDIR}

exit 0

