summaryrefslogtreecommitdiffstats
path: root/games/frotz/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/frotz/doinst.sh')
-rw-r--r--games/frotz/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/frotz/doinst.sh b/games/frotz/doinst.sh
index 9424ce43ff..3d57ee9017 100644
--- a/games/frotz/doinst.sh
+++ b/games/frotz/doinst.sh
@@ -11,3 +11,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
+
+if [ -e usr/share/fonts/misc/Zork_r400-10.pcf ]; then
+ if [ -x /usr/bin/mkfontdir ]; then
+ /usr/bin/mkfontdir usr/share/fonts/misc >/dev/null 2>&1
+ fi
+fi