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