diff options
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 |
commit | 071bec12e03dda1258c037403b216d7d7b0267f5 (patch) | |
tree | 70f739f0fba7e45a2672ab6fc5f10d804ac2febe /system/p7zip | |
parent | a379ccf472e6900f2edc3423f20aa3f4d260d3a0 (diff) | |
download | slackbuilds-071bec12e03dda1258c037403b216d7d7b0267f5.tar.gz |
system/p7zip: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/p7zip')
-rw-r--r-- | system/p7zip/doinst.sh | 2 |
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 |