diff options
author | Frank Caraballo <fecaraballo{at}gmail{dot}com> | 2010-05-12 23:29:27 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:29:27 +0200 |
commit | 301a421122f7569ffeb213c850b5218456cb2338 (patch) | |
tree | 2e2da13fa8fe157c4ffabab502a0c033925274b7 /games/mupen64plus/doinst.sh | |
parent | 33e22b89a0a8abb94d7891d108de97c17491d7f0 (diff) | |
download | slackbuilds-301a421122f7569ffeb213c850b5218456cb2338.tar.gz |
games/mupen64plus: Added to 12.2 repository
Diffstat (limited to 'games/mupen64plus/doinst.sh')
-rw-r--r-- | games/mupen64plus/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/mupen64plus/doinst.sh b/games/mupen64plus/doinst.sh new file mode 100644 index 0000000000..392c12adb9 --- /dev/null +++ b/games/mupen64plus/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |