summaryrefslogtreecommitdiffstats
path: root/games/gnubg
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:55 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit34783d3003fe2dd23f54e53e964ad19d878dcff9 (patch)
tree4db2055df070c35491532abb9b2effa7b471e3e1 /games/gnubg
parentd1efc992a0dc4005e1d19e9caadffb68d09a16a9 (diff)
downloadslackbuilds-34783d3003fe2dd23f54e53e964ad19d878dcff9.tar.gz
games/gnubg: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gnubg')
-rw-r--r--games/gnubg/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/doinst.sh b/games/gnubg/doinst.sh
index 9f1846bc38..d6430a30c5 100644
--- a/games/gnubg/doinst.sh
+++ b/games/gnubg/doinst.sh
@@ -4,7 +4,7 @@ fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi