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