From 3ba182b46fc4ed27b02369e154ba0a15e51eac01 Mon Sep 17 00:00:00 2001 From: Vegard Haugland Date: Fri, 27 May 2011 16:55:03 -0300 Subject: office/xmind: Added (brainstorming and mind mapping tool) Signed-off-by: Niels Horn --- office/xmind/doinst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 office/xmind/doinst.sh (limited to 'office/xmind/doinst.sh') diff --git a/office/xmind/doinst.sh b/office/xmind/doinst.sh new file mode 100644 index 0000000000..9a8ded3c60 --- /dev/null +++ b/office/xmind/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q 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