e72e92318b
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> [ports-jp 12152]
12 lines
386 B
Bash
12 lines
386 B
Bash
#!/bin/sh
|
|
|
|
if [ "x$2" = "xPOST-INSTALL" ]; then
|
|
cd ${PKG_PREFIX}/%%FONTSDIR%%; %%X11BASE%%/bin/mkfontdir
|
|
%%X11BASE%%/bin/xset fp rehash ||
|
|
(
|
|
echo "**********************************************************"
|
|
echo "You should restart X server or do 'xset fp rehash' command"
|
|
echo "to enable this update."
|
|
echo "**********************************************************"
|
|
)
|
|
fi
|