From 29e7b0e5f18951eaa5860a730b7f634666ef4d3c Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Thu, 28 Jul 2016 11:06:12 +0100 Subject: games/oolite: Added (an open-world space opera). Signed-off-by: David Spencer --- games/oolite/doinst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 games/oolite/doinst.sh (limited to 'games/oolite/doinst.sh') diff --git a/games/oolite/doinst.sh b/games/oolite/doinst.sh new file mode 100644 index 0000000000..2472345872 --- /dev/null +++ b/games/oolite/doinst.sh @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi -- cgit v1.2.3