diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:03 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 878b75eb4eb80015d9cb78c6fe59fe4d6b8c84ac (patch) | |
tree | 4e7513e82aa7735015d63df6d8478feccd84afb2 /network/claws-mail | |
parent | d1f7c1c6858234f11762e10690d34966b6655898 (diff) | |
download | slackbuilds-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.sh | 2 |
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 |