diff options
author | Yalla-One <yallaone@gmail.com> | 2010-05-11 14:28:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:28:23 +0200 |
commit | 466a9639a19f8a004eba32c175f03b9d5b488313 (patch) | |
tree | 4b9b6e7c908160899ef84c385953446a5a30fcf4 /games/scummvm/doinst.sh | |
parent | e542fa53a74ec44a866c830c31ffb87aa7c25f0f (diff) | |
download | slackbuilds-466a9639a19f8a004eba32c175f03b9d5b488313.tar.gz |
games/scummvm: Initial import
Diffstat (limited to 'games/scummvm/doinst.sh')
-rw-r--r-- | games/scummvm/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/scummvm/doinst.sh b/games/scummvm/doinst.sh new file mode 100644 index 0000000000..3412314ed0 --- /dev/null +++ b/games/scummvm/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi + |