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