summaryrefslogtreecommitdiffstats
path: root/games/freeorion
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:49 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commita066e354d661650ca2bcfc07754e29888864da7b (patch)
tree85e4c1a6c0d735ec032f947db5f0c79031db119e /games/freeorion
parent678f941a4d675d992c9499e90c3b6065b4f1f556 (diff)
downloadslackbuilds-a066e354d661650ca2bcfc07754e29888864da7b.tar.gz
games/freeorion: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freeorion')
-rw-r--r--games/freeorion/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeorion/doinst.sh b/games/freeorion/doinst.sh
index 0a02ce22c8..fd1bca3b49 100644
--- a/games/freeorion/doinst.sh
+++ b/games/freeorion/doinst.sh
@@ -3,6 +3,6 @@ if [ -x /usr/bin/update-desktop-database ]; then
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