#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
# postinstall: Attach the license config file to the end of the
# existing license config file
#

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

cp $BASEDIR/$restofpath/$el_lic_file $licdir/$el_lic_file


