diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 18:34:57 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | e6237566242b0637395d41190fb181561e0611f1 (patch) | |
tree | 9876804ae7ff0d3ef09fec2e2fe85f7bf346c000 /development/meld3/doinst.sh | |
parent | d55ae9d4d4404c0b7d741fd12f1c3d6487003c26 (diff) | |
download | slackbuilds-e6237566242b0637395d41190fb181561e0611f1.tar.gz |
development/meld3: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/meld3/doinst.sh')
-rw-r--r-- | development/meld3/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/meld3/doinst.sh b/development/meld3/doinst.sh index 22db62b8ce..c6e63e6095 100644 --- a/development/meld3/doinst.sh +++ b/development/meld3/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 |