summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:50:17 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commitfd5407d604f8e98d116baa6a9e933731b933949a (patch)
tree98ce16fa68d3928fe8b6f0d736de8a5eacfd34e0
parenteeeecb4d8c7ea123410776f4695b60726257ee75 (diff)
downloadslackbuilds-fd5407d604f8e98d116baa6a9e933731b933949a.tar.gz
system/file-roller: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/file-roller/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/file-roller/doinst.sh b/system/file-roller/doinst.sh
index 052b9667ff..fdd1ac497f 100644
--- a/system/file-roller/doinst.sh
+++ b/system/file-roller/doinst.sh
@@ -4,7 +4,7 @@ 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