summaryrefslogtreecommitdiffstats
path: root/games/galaxyv2
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:51 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit9cd8c510c08a1adb1e70bf8ea193ab08046b4ed3 (patch)
tree83629421428e312a1b0e5bdea54c03c6fe4ea6bb /games/galaxyv2
parent1106b7c172b99178ab8e9d7b5dc3426d41f9242d (diff)
downloadslackbuilds-9cd8c510c08a1adb1e70bf8ea193ab08046b4ed3.tar.gz
games/galaxyv2: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/galaxyv2')
-rw-r--r--games/galaxyv2/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/galaxyv2/doinst.sh b/games/galaxyv2/doinst.sh
index 8542d1c18e..4110f5514d 100644
--- a/games/galaxyv2/doinst.sh
+++ b/games/galaxyv2/doinst.sh
@@ -1,5 +1,5 @@
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