summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:17 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitfe78e8769f7214c34c5d370e25676287551cf61d (patch)
tree6eafeb918b2924f1244a9a552259bf8234d41425 /games
parent9f1ea26b855cc5383181979983a64371cf4897f6 (diff)
downloadslackbuilds-fe78e8769f7214c34c5d370e25676287551cf61d.tar.gz
slackbuilds-fe78e8769f7214c34c5d370e25676287551cf61d.tar.xz
games/scid_vs_pc: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/scid_vs_pc/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/scid_vs_pc/doinst.sh b/games/scid_vs_pc/doinst.sh
index 791ba8006b..d452a46662 100644
--- a/games/scid_vs_pc/doinst.sh
+++ b/games/scid_vs_pc/doinst.sh
@@ -4,6 +4,6 @@ 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