diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:35 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 6fc4346c69fd73666ad8fdaa8f533f8776411fb2 (patch) | |
tree | 344c90494afa298d126e2aee853eb529452544c4 /desktop/thunar-archive-plugin | |
parent | 57b0e39fe67f818703a3568bee95733f8dfb873f (diff) |
desktop/thunar-archive-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-archive-plugin')
-rw-r--r-- | desktop/thunar-archive-plugin/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/thunar-archive-plugin/doinst.sh b/desktop/thunar-archive-plugin/doinst.sh index 30eb690936b5..19400050fd70 100644 --- a/desktop/thunar-archive-plugin/doinst.sh +++ b/desktop/thunar-archive-plugin/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 |