diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:14 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 389999b351cce10ff9e789c68c3a2befae9a5ba0 (patch) | |
tree | b078ad8e97ef9fd9dc27913c97e9b49445ab67d7 /misc/asterixInspector | |
parent | 53302a7da05751afcd2c048da32227098a1a99cb (diff) | |
download | slackbuilds-389999b351cce10ff9e789c68c3a2befae9a5ba0.tar.gz |
misc/asterixInspector: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/asterixInspector')
-rw-r--r-- | misc/asterixInspector/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/asterixInspector/doinst.sh b/misc/asterixInspector/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/misc/asterixInspector/doinst.sh +++ b/misc/asterixInspector/doinst.sh @@ -8,6 +8,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 |