diff options
Diffstat (limited to 'games/xjewel/files/pkg-install.in')
-rw-r--r-- | games/xjewel/files/pkg-install.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xjewel/files/pkg-install.in b/games/xjewel/files/pkg-install.in new file mode 100644 index 000000000000..77be2d3b8f9e --- /dev/null +++ b/games/xjewel/files/pkg-install.in @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ "x$2" = "xPOST-INSTALL" ]; then + cd ${PKG_PREFIX}/%%FONTSDIR%%; ${PKG_PREFIX}/bin/mkfontdir + ${PKG_PREFIX}/bin/xset fp rehash || + ( + echo "**********************************************************" + echo "You should restart X server or do 'xset fp rehash' command" + echo "to enable this update." + echo "**********************************************************" + ) +fi |