diff options
Diffstat (limited to 'desktop/gtk-theme-Blackbird')
-rw-r--r-- | desktop/gtk-theme-Blackbird/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gtk-theme-Blackbird/doinst.sh b/desktop/gtk-theme-Blackbird/doinst.sh index 9424ce43ff5..aea0f894eb3 100644 --- a/desktop/gtk-theme-Blackbird/doinst.sh +++ b/desktop/gtk-theme-Blackbird/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 |