diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 17:39:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:59 +0700 |
commit | 94c15c7168dc6ed75f84b4f01d858121d29f84a9 (patch) | |
tree | 2342c87cd6f72e504286ec7e65f327f17cc1d646 /games | |
parent | 6dbc43ce85758050a208983251e00a58777eda3b (diff) |
games/atanks: Fix doinst.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/atanks/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atanks/doinst.sh b/games/atanks/doinst.sh index 2aa41d640cb3..65c7e2eeb9aa 100644 --- a/games/atanks/doinst.sh +++ b/games/atanks/doinst.sh @@ -6,4 +6,4 @@ 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 -fi
\ No newline at end of file +fi |