From 081c60bf85c2e9c73ff8ed5e1f261be34bb1984b Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Tue, 11 May 2010 14:28:24 +0200 Subject: games/wormux: Initial import --- games/wormux/doinst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 games/wormux/doinst.sh (limited to 'games/wormux/doinst.sh') diff --git a/games/wormux/doinst.sh b/games/wormux/doinst.sh new file mode 100644 index 0000000000000..2cf8c08ed3458 --- /dev/null +++ b/games/wormux/doinst.sh @@ -0,0 +1,7 @@ +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