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

# RT_NAME and RT_VENDOR are fille in at the time of package creation.
RT_NAME=scmtp
RT_VENDOR=SUNW
RT_FULLNAME=$RT_VENDOR$RT_NAME

/usr/bin/ksh $BASEDIR/$RT_FULLNAME/util/remove${RT_NAME} -v
