summaryrefslogtreecommitdiffstats
path: root/desktop/ceti-2-theme
diff options
context:
space:
mode:
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
commit541ada347ce3b1d082d597c664bd384ac6eb6992 (patch)
treee99b2bfe61fdbc5847858c0bb429c96046a2ee90 /desktop/ceti-2-theme
parentb6d0ff81c57fd9c0bb079f8d54a86e13836a3dbf (diff)
downloadslackbuilds-541ada347ce3b1d082d597c664bd384ac6eb6992.tar.gz
slackbuilds-541ada347ce3b1d082d597c664bd384ac6eb6992.tar.xz
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.sh2
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