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