summaryrefslogtreecommitdiffstats
path: root/games/starfighter/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/starfighter/doinst.sh')
-rw-r--r--games/starfighter/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/starfighter/doinst.sh b/games/starfighter/doinst.sh
index 3ceb7eae8d..64a4b41636 100644
--- a/games/starfighter/doinst.sh
+++ b/games/starfighter/doinst.sh
@@ -2,7 +2,7 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
fi