diff options
author | Alex Word <alex_word86@yahoo.com> | 2010-06-14 01:37:16 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-14 01:37:16 -0500 |
commit | 01ed7459c0a1c1d812d371693a2d0898953f84ef (patch) | |
tree | 9cdb7d678a4ca33c28c63cfac6cc907ebe6b4884 /games/xmoto/doinst.sh | |
parent | b77d3eabc9670c4eb9b3e1b33ee9dfdd4b666625 (diff) |
games/xmoto: Added (2D motocross platform game)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/xmoto/doinst.sh')
-rw-r--r-- | games/xmoto/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xmoto/doinst.sh b/games/xmoto/doinst.sh new file mode 100644 index 000000000000..4e8ba7071dea --- /dev/null +++ b/games/xmoto/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |