summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:19 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitfb1824af10db53599f33d517fb4185214d98a3a4 (patch)
tree10cf42221eb245c6e25305b60aa7c980725dc068
parent7434d67fc3397c895273688feca6029d72a280dc (diff)
downloadslackbuilds-fb1824af10db53599f33d517fb4185214d98a3a4.tar.gz
system/fs-uae-launcher: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fs-uae-launcher/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fs-uae-launcher/doinst.sh b/system/fs-uae-launcher/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/system/fs-uae-launcher/doinst.sh
+++ b/system/fs-uae-launcher/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