summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit5dabe2117afc801fb87f8c2a0ecf1e75b1376c18 (patch)
tree12a7cb7f0c1078ce51dd4fd24471c296dc0c5804
parenta6a5ac8ccd0ed1b4f4211b85e5a48c0972131ee2 (diff)
downloadslackbuilds-5dabe2117afc801fb87f8c2a0ecf1e75b1376c18.tar.gz
slackbuilds-5dabe2117afc801fb87f8c2a0ecf1e75b1376c18.tar.xz
system/seahorse: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/seahorse/doinst.sh2
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