diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-20 17:09:53 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:48:07 +0700 |
commit | 7ec6f7d04eda938ae8e0645220ee9795d8baf8c9 (patch) | |
tree | acb1019531438d97c81758cda740da6c36b6577a /games/tbftss | |
parent | 9b795af18c315d5b716f2a6b2bfa2f17ceda83bb (diff) |
games/tbftss: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tbftss')
-rw-r--r-- | games/tbftss/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tbftss/doinst.sh b/games/tbftss/doinst.sh index 3ceb7eae8dbf2..64a4b41636a19 100644 --- a/games/tbftss/doinst.sh +++ b/games/tbftss/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 |