summaryrefslogtreecommitdiffstats
path: root/games/KAdventure
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:29 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commiteed39c5755544faebea5430037de147ffe9c1a90 (patch)
tree5e8b7855c2bd1cc3a877af10d98187693f6df838 /games/KAdventure
parent916c376c5de8ad07d9adb1f5beacb8535c975029 (diff)
downloadslackbuilds-eed39c5755544faebea5430037de147ffe9c1a90.tar.gz
games/KAdventure: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/KAdventure')
-rw-r--r--games/KAdventure/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/KAdventure/doinst.sh b/games/KAdventure/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/games/KAdventure/doinst.sh
+++ b/games/KAdventure/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