diff options
-rw-r--r-- | games/freeorion/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeorion/doinst.sh b/games/freeorion/doinst.sh index 0a02ce22c8..fd1bca3b49 100644 --- a/games/freeorion/doinst.sh +++ b/games/freeorion/doinst.sh @@ -3,6 +3,6 @@ if [ -x /usr/bin/update-desktop-database ]; then 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 |