diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2010-08-22 12:13:21 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-23 00:53:39 -0500 |
commit | 9807cfb56c14b6057bfcf6cc17f7d64765278ca7 (patch) | |
tree | 730e3065b17fbfd2fd04c6e25defede12c499213 /games/warsow/doinst.sh | |
parent | dda1bb4089b2291e6ad48b004d1181d10ca35649 (diff) | |
download | slackbuilds-9807cfb56c14b6057bfcf6cc17f7d64765278ca7.tar.gz |
games/warsow: Added (A Fast Paced First Person Shooter Game)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/warsow/doinst.sh')
-rw-r--r-- | games/warsow/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/warsow/doinst.sh b/games/warsow/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/warsow/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 + |