summaryrefslogtreecommitdiffstats
path: root/network/claws-mail
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-09 13:49:03 +0100
committer David Spencer2017-01-09 21:18:25 +0100
commit878b75eb4eb80015d9cb78c6fe59fe4d6b8c84ac (patch)
tree4e7513e82aa7735015d63df6d8478feccd84afb2 /network/claws-mail
parentd1f7c1c6858234f11762e10690d34966b6655898 (diff)
downloadslackbuilds-878b75eb4eb80015d9cb78c6fe59fe4d6b8c84ac.tar.gz
network/claws-mail: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/claws-mail')
-rw-r--r--network/claws-mail/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/claws-mail/doinst.sh b/network/claws-mail/doinst.sh
index 9f1846bc38..d6430a30c5 100644
--- a/network/claws-mail/doinst.sh
+++ b/network/claws-mail/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