#
# Copyright (c) 1998 by Sun Microsystems, Inc.
#
# postremove: Remove the license configuration file
# from the /etc/opt/licenses directory
#

licdir=${PKG_INSTALL_ROOT}/etc/opt/licenses
el_lic_file=LIC_CONFIG_FILE.WorkShop5.0

rm -f $licdir/$el_lic_file


