diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:49:17 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 001880020ca711db70bccd892a561d37fbce5d28 (patch) | |
tree | 7026a03a19b39e1b2a988db1cd7fa02e83e47b9e /network/konversation/doinst.sh | |
parent | c3224d882ffa79b4256f58539c41e38aea8cb1a8 (diff) | |
download | slackbuilds-001880020ca711db70bccd892a561d37fbce5d28.tar.gz |
network/konversation: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/konversation/doinst.sh')
-rw-r--r-- | network/konversation/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/konversation/doinst.sh b/network/konversation/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/network/konversation/doinst.sh +++ b/network/konversation/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 |