#
# ident "@(#)preremove.src	1.0 04/10/12 SMI"
#
# Copyright 2002,2004 Sun Microsystems, Inc.  All rights reserved.
#

PATH=/bin:/usr/bin:/sbin:/usr/sbin

if [ -z "$PKG_INSTALL_ROOT" ]; then PKG_INSTALL_ROOT=""; fi

BASEDIR="`pkginfo -r SUNWutesc`"

set -u

# Remove the SunMC links to the files to be removed
#
$PKG_INSTALL_ROOT$BASEDIR/SUNWut/sbin/utsunmc -u -l zh_TW

exit 0
