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