summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:47:22 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit6cf167820253cc2b337ee421c7ee8748ec3da147 (patch)
tree7bc626aae21deb2cafa4eb39f33e9192e368eb90 /games
parentd2faf598e3a4f7c5e62c607a97f127f9e3220665 (diff)
downloadslackbuilds-6cf167820253cc2b337ee421c7ee8748ec3da147.tar.gz
slackbuilds-6cf167820253cc2b337ee421c7ee8748ec3da147.tar.xz
games/trigger-rally: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/trigger-rally/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trigger-rally/doinst.sh b/games/trigger-rally/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/trigger-rally/doinst.sh
+++ b/games/trigger-rally/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