# SUNWkxplt (Korean X Windows Platform Software Package) postinstall script.


#   Set up Korean xetops

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

    cd $BASEDIR/openwin/bin
	cp xetops.ko xetops
	chmod 775 xetops; chgrp bin xetops
)

#   Set up Korean xtobdf

(   cd $BASEDIR/openwin/bin
	cp xtobdf.ko xtobdf
	chmod 775 xtobdf; chgrp bin xtobdf
)

installf -f $PKGINST || exit 2

exit 0
