From 4402746118aaa3457a85dc9836c8d3af2690d8d8 Mon Sep 17 00:00:00 2001 From: Andrew Strong Date: Fri, 20 Apr 2012 16:11:42 -0400 Subject: games/d1x-rebirth: Added (port of Descent 1) Signed-off-by: dsomero --- games/d1x-rebirth/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 games/d1x-rebirth/doinst.sh (limited to 'games/d1x-rebirth/doinst.sh') 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 -- cgit v1.2.3