summaryrefslogtreecommitdiffstats
path: root/development/fuel
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:46:02 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit8af7dac030114826afd56213f3a3d60c7ed8a2e3 (patch)
treef76227ab0d2c9004cc346abc5eceade18206ba5d /development/fuel
parent9253b66b21aeea116e4e6244d4a55bbe55d1792e (diff)
downloadslackbuilds-8af7dac030114826afd56213f3a3d60c7ed8a2e3.tar.gz
development/fuel: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fuel')
-rw-r--r--development/fuel/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/fuel/doinst.sh b/development/fuel/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/development/fuel/doinst.sh
+++ b/development/fuel/doinst.sh
@@ -8,6 +8,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