From 85d681f7e6e7fcc342e466ccaaecb00d049da24e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 11 May 2010 20:01:48 +0200 Subject: office/eqonomize: Added to 12.0 repository --- office/eqonomize/doinst.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 office/eqonomize/doinst.sh (limited to 'office/eqonomize/doinst.sh') diff --git a/office/eqonomize/doinst.sh b/office/eqonomize/doinst.sh new file mode 100644 index 0000000000..c9f42484ad --- /dev/null +++ b/office/eqonomize/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