diff options
author | Andrew Strong <andrew@andrews-corner.org> | 2012-04-20 16:12:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:12:18 -0400 |
commit | 568cd51b4caf658740124592cd1c7eb5ec983039 (patch) | |
tree | 67b65f8bd5fb117c4154033289ee7edd35004bd2 /games/d2x-rebirth/doinst.sh | |
parent | 4402746118aaa3457a85dc9836c8d3af2690d8d8 (diff) |
games/d2x-rebirth: Added (port of Descent 2)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/d2x-rebirth/doinst.sh')
-rw-r--r-- | games/d2x-rebirth/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/d2x-rebirth/doinst.sh b/games/d2x-rebirth/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/d2x-rebirth/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 |