summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:18 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitfbc3c179efd6e98b988c90d2e4d631a8d0606edb (patch)
tree50ca236f218b3a191d16978334c6a34f8039d6c3
parentfd5407d604f8e98d116baa6a9e933731b933949a (diff)
downloadslackbuilds-fbc3c179efd6e98b988c90d2e4d631a8d0606edb.tar.gz
system/fpm2: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fpm2/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/fpm2/doinst.sh b/system/fpm2/doinst.sh
index 11813c3101..35d8ba1c44 100644
--- a/system/fpm2/doinst.sh
+++ b/system/fpm2/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