diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:30:30 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 4a8a2a0c5da4c10659eb4942298b4fb8c3c01f6d (patch) | |
tree | 2c9e906e7bf3efd1ba15b2c1a5ece37a70ce491e | |
parent | 2fd51092b9a5b89d1943adfcfcb8c2925da62278 (diff) | |
download | slackbuilds-4a8a2a0c5da4c10659eb4942298b4fb8c3c01f6d.tar.gz |
libraries/wxPython3: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/wxPython3/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/wxPython3/doinst.sh b/libraries/wxPython3/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/libraries/wxPython3/doinst.sh +++ b/libraries/wxPython3/doinst.sh @@ -4,6 +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 |