diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:32 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 5dabe2117afc801fb87f8c2a0ecf1e75b1376c18 (patch) | |
tree | 12a7cb7f0c1078ce51dd4fd24471c296dc0c5804 /system | |
parent | a6a5ac8ccd0ed1b4f4211b85e5a48c0972131ee2 (diff) | |
download | slackbuilds-5dabe2117afc801fb87f8c2a0ecf1e75b1376c18.tar.gz |
system/seahorse: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/seahorse/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/seahorse/doinst.sh b/system/seahorse/doinst.sh index 0254ea06d8..401d987795 100644 --- a/system/seahorse/doinst.sh +++ b/system/seahorse/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 |