diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-09 09:40:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 09:40:01 +0700 |
commit | f7d1f2967524aab037b9133eb16e32430fa70463 (patch) | |
tree | 33824da449d642bd571ef1ed993e3c139ac0ecc7 /games/melonds/doinst.sh | |
parent | eee9c70f877d9b3237cc10bf56aa331cf37c6b99 (diff) |
games/melonds: Added (Nintendo DS Emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/melonds/doinst.sh')
-rw-r--r-- | games/melonds/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/melonds/doinst.sh b/games/melonds/doinst.sh new file mode 100644 index 0000000000..65c7e2eeb9 --- /dev/null +++ b/games/melonds/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 |