/* Gate Specific Code -- BEGIN */
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident  "@(#)postremove 1.4     01/01/30 SMI"
#
/* Gate Specific Code -- END */
#!/bin/sh
# Sun Cluster Data Services Builder template version 1.0

RT_NAME=
RT_VENDOR=
RT_FULLNAME=$RT_VENDOR$RT_NAME

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

rm -f $RTRDIR/$RT_VENDOR.$RT_NAME

exit $?
