#!/bin/sh
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2002 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#

# Sun Cluster Data Services Builder template version 1.0

RT_NAME=scmtp
RT_VENDOR=SUNW
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 $?
