diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-08 14:30:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:39 +0700 |
commit | 5f1d15abea09e1592267780a4184e78b4aa0e892 (patch) | |
tree | e6da5af08bbfdb892f54faac9ad63cd94f7dc880 /games/frotz/doinst.sh | |
parent | 8b91b2222bf35dfb4bc62d28d05dca7e512b813c (diff) |
games/frotz: Updated for version 2.53.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/frotz/doinst.sh')
-rw-r--r-- | games/frotz/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/frotz/doinst.sh b/games/frotz/doinst.sh index 9424ce43ff572..3d57ee9017316 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 |