#!/bin/sh
#
#ident	"@(#)postremove	1.3	04/10/05 SMI"
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#

RTRDIR=${PKG_INSTALL_ROOT}/usr/cluster/lib/rgm/rtreg
# Remove the link from the RT repository directory

rm -f $RTRDIR/SUNW.sblgtwy
rm -f $RTRDIR/SUNW.sblsrvr

CLUSTERMANDIR=${PKG_INSTALL_ROOT}/usr/cluster/man/sman5
# Remove link to man pages

rm -f $CLUSTERMANDIR/SUNW.sblsrvr.5
rm -f $CLUSTERMANDIR/sblsrvr.5
rm -f $CLUSTERMANDIR/SUNW.sblgtwy.5
rm -f $CLUSTERMANDIR/sblgtwy.5

exit $rc
