diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:01 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | f3a485bbcce9bc09a04411cfbb884bd630882490 (patch) | |
tree | ae1d9f2001a3713fa249610c89614d6243e3d0d1 | |
parent | 6074c1d8f20ef75f66deafb835e8674c4d5b67b0 (diff) | |
download | slackbuilds-f3a485bbcce9bc09a04411cfbb884bd630882490.tar.gz |
desktop/gtk-theme-Orion: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/gtk-theme-Orion/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gtk-theme-Orion/doinst.sh b/desktop/gtk-theme-Orion/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/gtk-theme-Orion/doinst.sh +++ b/desktop/gtk-theme-Orion/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 |