#!/bin/sh
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident  "@(#)postpatch	1.3	04/08/26 SMI"
#
#
#  This program performs the postpatch activity for the SUNWsem9ui package.
#  This is equivalent to a postinstall for SUNWsem9ui
#

BIN_DIR=/usr/sbin
SMREG=$BIN_DIR/smreg
SMCWEBSERVER=$BIN_DIR/smcwebserver

INSTALLDIR=/usr/share/webconsole/se6920ui
WEBAPPDIR=$INSTALLDIR/

#
# RCB - Tell user what to do now
#
$SMREG add -a $WEBAPPDIR
echo ""
echo "-------postpatch completed--------"
echo ""
exit 0
