summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:50:29 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit071bec12e03dda1258c037403b216d7d7b0267f5 (patch)
tree70f739f0fba7e45a2672ab6fc5f10d804ac2febe /system
parenta379ccf472e6900f2edc3423f20aa3f4d260d3a0 (diff)
downloadslackbuilds-071bec12e03dda1258c037403b216d7d7b0267f5.tar.gz
slackbuilds-071bec12e03dda1258c037403b216d7d7b0267f5.tar.xz
system/p7zip: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/p7zip/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/p7zip/doinst.sh b/system/p7zip/doinst.sh
index 30eb690936..19400050fd 100644
--- a/system/p7zip/doinst.sh
+++ b/system/p7zip/doinst.sh
@@ -1,6 +1,6 @@
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