#! /sbin/sh
########
#  Product: Asian-Graphics
#  Postinstall Script for Fileset:STICKFNT-TCH
#  Automatic Generated on Tue Sep 20 10:29:38 1994
#  by SD Script Generator Ver. 12.14  
#  $Revision: 12.11 $
########
#
# (c) Copyright Hewlett-Packard Company, 1995
#
########

set -a
exitval=0

UTILS="/usr/lbin/sw/control_utils"
if [[ ! -f $UTILS ]]
then
	echo "ERROR: Cannot find $UTILS"
	exit 1
fi
. $UTILS

############################################################################

rm -fr ${SW_ROOT_DIRECTORY}opt/graphics/common/stroke/chinese-t
ln -f -s /opt/asx/graphics/common/stroke/chinese-t ${SW_ROOT_DIRECTORY}opt/graphics/common/stroke/chinese-t

rm -fr ${SW_ROOT_DIRECTORY}opt/graphics/common/stroke/chinese-t16
ln -f -s /opt/asx/graphics/common/stroke/chinese-t16 ${SW_ROOT_DIRECTORY}opt/graphics/common/stroke/chinese-t16

exit $exitval
