diff options
author | James Geboski <jgeboski@gmail.com> | 2012-04-20 16:13:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:13:04 -0400 |
commit | 9a9079626150d024a3ce5559a784a2a1fe91f8e5 (patch) | |
tree | 5441d1dc1d4f12e555160d2becfd89752b00e097 /games/xonotic/doinst.sh | |
parent | 568cd51b4caf658740124592cd1c7eb5ec983039 (diff) | |
download | slackbuilds-9a9079626150d024a3ce5559a784a2a1fe91f8e5.tar.gz |
games/xonotic: Added (First-person shooter)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/xonotic/doinst.sh')
-rw-r--r-- | games/xonotic/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xonotic/doinst.sh b/games/xonotic/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/xonotic/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 |