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