# SUNWhodst ( Chinese/Taiwan OpenLook Deskset Tools Package ) postinstall script.

(   # Run in a subshell to isolate any directory changes.

    cd $BASEDIR/openwin/bin
	cp fontedit.zh_TW fontedit
	chmod 775 fontedit; chgrp bin fontedit
)

exit 0
