summaryrefslogtreecommitdiffstats
path: root/games/gnonograms/doinst.sh
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:54 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitd1efc992a0dc4005e1d19e9caadffb68d09a16a9 (patch)
tree71dfed7f62ff8e243cd2567edb80337423725087 /games/gnonograms/doinst.sh
parent16ba7cce4ed9c35e7df73b28484a357472b2b0c5 (diff)
downloadslackbuilds-d1efc992a0dc4005e1d19e9caadffb68d09a16a9.tar.gz
games/gnonograms: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gnonograms/doinst.sh')
-rw-r--r--games/gnonograms/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnonograms/doinst.sh b/games/gnonograms/doinst.sh
index 55ffe4859a..eca710b7fc 100644
--- a/games/gnonograms/doinst.sh
+++ b/games/gnonograms/doinst.sh
@@ -1,6 +1,6 @@
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