summaryrefslogtreecommitdiffstats
path: root/system/fpm2
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:18 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitfbc3c179efd6e98b988c90d2e4d631a8d0606edb (patch)
tree50ca236f218b3a191d16978334c6a34f8039d6c3 /system/fpm2
parentfd5407d604f8e98d116baa6a9e933731b933949a (diff)
downloadslackbuilds-fbc3c179efd6e98b988c90d2e4d631a8d0606edb.tar.gz
slackbuilds-fbc3c179efd6e98b988c90d2e4d631a8d0606edb.tar.xz
system/fpm2: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fpm2')
-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