diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-06-12 18:20:42 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-12 22:14:27 -0500 |
commit | 821db32d5590c3359da50e4702016bc305e03489 (patch) | |
tree | c851a2761b26b4206591c75ebae8377ffaea15a0 /games/ioquake3/doinst.sh | |
parent | acfdd21ebb34c31b614120aead2fca282817fadd (diff) |
games/ioquake3: Added (open source Quake 3 distribution)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/ioquake3/doinst.sh')
-rw-r--r-- | games/ioquake3/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/ioquake3/doinst.sh b/games/ioquake3/doinst.sh new file mode 100644 index 0000000000000..392c12adb9bd3 --- /dev/null +++ b/games/ioquake3/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |