diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:44:33 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ed4c0aea8231cd5bd344944c7e07c9bd0b29dc61 (patch) | |
tree | ee45cb51cdea00a4324ba53f6a40aa5ad56132ff /desktop/ambiance-radiance-flat-colors-gtk-theme | |
parent | f8f34e5891cb04f62aa0abc409dcecad171fb2db (diff) | |
download | slackbuilds-ed4c0aea8231cd5bd344944c7e07c9bd0b29dc61.tar.gz |
desktop/ambiance-radiance-flat-colors-gtk-theme: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ambiance-radiance-flat-colors-gtk-theme')
-rw-r--r-- | desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh b/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/ambiance-radiance-flat-colors-gtk-theme/doinst.sh +++ b/desktop/ambiance-radiance-flat-colors-gtk-theme/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 |