aboutsummaryrefslogtreecommitdiff
path: root/games/xjewel/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/xjewel/files/pkg-install.in')
-rw-r--r--games/xjewel/files/pkg-install.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xjewel/files/pkg-install.in b/games/xjewel/files/pkg-install.in
deleted file mode 100644
index 77be2d3b8f9e..000000000000
--- a/games/xjewel/files/pkg-install.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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