From 1b07083540072b18682533b52d63c71412ba3698 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Tue, 11 May 2010 20:00:33 +0200 Subject: games/micropolis: Added to 12.0 repository --- games/micropolis/doinst.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 games/micropolis/doinst.sh (limited to 'games/micropolis/doinst.sh') diff --git a/games/micropolis/doinst.sh b/games/micropolis/doinst.sh new file mode 100644 index 0000000000000..474753e464482 --- /dev/null +++ b/games/micropolis/doinst.sh @@ -0,0 +1,8 @@ + +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi + +if [ -x usr/bin/update-mime-database ]; then + ./usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1 +fi -- cgit v1.2.3