diff options
author | Willy Sudiarto Raharjo | 2017-01-09 12:35:23 +0100 |
---|---|---|
committer | David Spencer | 2017-01-09 21:18:25 +0100 |
commit | 882440f37fbe070f8f69503f443148644bf79be0 (patch) | |
tree | 0c740a01c8a45995c43f59dcbd15f4d7a0988298 /development | |
parent | e6237566242b0637395d41190fb181561e0611f1 (diff) | |
download | slackbuilds-882440f37fbe070f8f69503f443148644bf79be0.tar.gz |
development/poedit: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/poedit/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/poedit/doinst.sh b/development/poedit/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/development/poedit/doinst.sh +++ b/development/poedit/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 |