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

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

    cd $BASEDIR/openwin/bin
        mv fontedit fontedit.patch
	chmod 775 fontedit.patch; chgrp bin fontedit.patch
)

exit 0
