diff options
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 |
commit | fd5407d604f8e98d116baa6a9e933731b933949a (patch) | |
tree | 98ce16fa68d3928fe8b6f0d736de8a5eacfd34e0 /system | |
parent | eeeecb4d8c7ea123410776f4695b60726257ee75 (diff) | |
download | slackbuilds-fd5407d604f8e98d116baa6a9e933731b933949a.tar.gz |
system/file-roller: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/file-roller/doinst.sh | 2 |
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 |