diff options
author | Andrew Strong <andrew@andrews-corner.org> | 2012-04-20 16:11:42 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 16:11:42 -0400 |
commit | 4402746118aaa3457a85dc9836c8d3af2690d8d8 (patch) | |
tree | 4be1bb99bcb319bdd1b914346d4b0d35c3beb7fe /games/d1x-rebirth/doinst.sh | |
parent | b07f7da322af55611c809cc0a06e8d03796ffbc2 (diff) | |
download | slackbuilds-4402746118aaa3457a85dc9836c8d3af2690d8d8.tar.gz |
games/d1x-rebirth: Added (port of Descent 1)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/d1x-rebirth/doinst.sh')
-rw-r--r-- | games/d1x-rebirth/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/d1x-rebirth/doinst.sh b/games/d1x-rebirth/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/d1x-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 |