diff options
author | hollywoodb <hollywoodb@fastmail.fm> | 2010-05-11 14:28:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:28:24 +0200 |
commit | 8483165088901c77f70b5579477b4c0c6f7fe785 (patch) | |
tree | 7cafb6b35a505a7d118faf1dab58ac648e1abb57 /games/xmoto/doinst.sh | |
parent | 081c60bf85c2e9c73ff8ed5e1f261be34bb1984b (diff) | |
download | slackbuilds-8483165088901c77f70b5579477b4c0c6f7fe785.tar.gz |
games/xmoto: Initial import
Diffstat (limited to 'games/xmoto/doinst.sh')
-rw-r--r-- | games/xmoto/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/xmoto/doinst.sh b/games/xmoto/doinst.sh new file mode 100644 index 0000000000..3412314ed0 --- /dev/null +++ b/games/xmoto/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 + |