From 0ca2cd43a82577a1791e5ecf826281a2efc8e7f6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 20 Jun 2023 17:08:27 -0400 Subject: games/starfighter: Fix doinst.sh. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/starfighter/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/starfighter') diff --git a/games/starfighter/doinst.sh b/games/starfighter/doinst.sh index 3ceb7eae8dbf..64a4b41636a1 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 -- cgit v1.2.3