#
# ident	"@(#)postremove	1.2	02/11/25 SMI"
#
# Copyright 2002-2003 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#

UDLMCTL=${PKG_INSTALL_ROOT}/opt/SUNWudlm/bin/udlmctl

if [ -r $UDLMCTL ]
then
	rm $UDLMCTL
fi

exit $?
