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