/* Gate Specific Code -- BEGIN */
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident  "@(#)preremove 1.5     01/01/16 SMI"
#
/* Gate Specific Code -- END */
#!/bin/sh

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

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