diff options
author | B. Watson <yalhcru@gmail.com> | 2011-12-30 14:03:22 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-31 00:25:00 -0600 |
commit | 72d0beb5044ac31478607d8124456cf474041512 (patch) | |
tree | 57b237dc37dbf7c582d66813fe3f3cd95d26cb27 /games/uqm/doinst.sh | |
parent | f3339e45c5bba779320b867e5389d04ed4f120d6 (diff) | |
download | slackbuilds-72d0beb5044ac31478607d8124456cf474041512.tar.gz |
games/uqm: Updated for version 0.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/uqm/doinst.sh')
-rw-r--r-- | games/uqm/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/uqm/doinst.sh b/games/uqm/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/uqm/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |