diff options
author | orbea <orbea@riseup.net> | 2020-01-11 18:32:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:14 +0700 |
commit | f4847aeafbbcfab4f90e8ca7f28ba052d49df6ba (patch) | |
tree | 327b7910ba94906c890e4efe4446c3cae8c705ea /games/antares/doinst.sh | |
parent | 428f08b54271c3125b35794981270aa7b4e20f26 (diff) |
games/antares: Moved from graphics.
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'games/antares/doinst.sh')
-rw-r--r-- | games/antares/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/antares/doinst.sh b/games/antares/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/games/antares/doinst.sh @@ -0,0 +1,9 @@ +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 [ -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 |