diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2010-11-06 19:13:54 +0100 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:40:04 +0100 |
commit | 90585059a4374e5614017d9a409b90b5811641dc (patch) | |
tree | 4d0e487b951f758ad3af6c8e6a6c54a0b7c7a7d9 /games/scummvm/doinst.sh | |
parent | 016738f921f8a1564de1069e20a6fc6c5debe32c (diff) |
games/scummvm: Added. (SCUMM game engine interpreter)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'games/scummvm/doinst.sh')
-rw-r--r-- | games/scummvm/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/scummvm/doinst.sh b/games/scummvm/doinst.sh new file mode 100644 index 0000000000000..9ad0b734e04a4 --- /dev/null +++ b/games/scummvm/doinst.sh @@ -0,0 +1,4 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi + |