summaryrefslogtreecommitdiffstats
path: root/japanese/kanji18/files/INSTALL.tmpl
blob: 6fa812b9fa022fa60614f729d71ce34f92a0d22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ "x$2" = "xPOST-INSTALL" ]; then
	cd ${PKG_PREFIX}/%%FONTSDIR%%; %%LOCALBASE%%/bin/mkfontdir
	%%LOCALBASE%%/bin/xset fp rehash ||
	(
	 echo "**********************************************************"
	 echo "You should restart X server or do 'xset fp rehash' command"
	 echo "to enable this update."
	 echo "**********************************************************"
	)
fi
OpenPOWER on IntegriCloud