diff options
author | Willy Sudiarto Raharjo | 2017-01-09 13:44:41 +0100 |
---|---|---|
committer | David Spencer | 2017-01-09 21:18:25 +0100 |
commit | b703b09ece56acf682173bbf662aa8f6de0686fc (patch) | |
tree | 8794e491217b00bd67d2be9f95c2cd4ee66aaaf0 /desktop/cathexis-suite-themes | |
parent | 85c5bfce0cabb3e5c79d270bc9f761239386ba1e (diff) | |
download | slackbuilds-b703b09ece56acf682173bbf662aa8f6de0686fc.tar.gz |
desktop/cathexis-suite-themes: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/cathexis-suite-themes')
-rw-r--r-- | desktop/cathexis-suite-themes/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/cathexis-suite-themes/doinst.sh b/desktop/cathexis-suite-themes/doinst.sh index 9424ce43ff..aea0f894eb 100644 --- a/desktop/cathexis-suite-themes/doinst.sh +++ b/desktop/cathexis-suite-themes/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 |