diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:43:21 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 9878c7833cbc94755102ec7c38028a542193af58 (patch) | |
tree | c152ef2a36ed3441951d6c67716af2e4dfb6ec2e /network | |
parent | 5ea0665dac10bb47fa7cbe08a54265fe227bacfa (diff) | |
download | slackbuilds-9878c7833cbc94755102ec7c38028a542193af58.tar.gz |
network/wireshark: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/wireshark/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/wireshark/doinst.sh b/network/wireshark/doinst.sh index fdfd4cef9c..a692890106 100644 --- a/network/wireshark/doinst.sh +++ b/network/wireshark/doinst.sh @@ -4,7 +4,6 @@ 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 - |