From 06a76442fa8de4a9975266a4eca7fb2a953f5244 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Oct 2013 01:11:11 -0700 Subject: Wed Oct 23 01:09:43 PDT 2013 --- community/xmind/xmind.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/xmind/xmind.install (limited to 'community/xmind/xmind.install') diff --git a/community/xmind/xmind.install b/community/xmind/xmind.install new file mode 100644 index 000000000..7be8023f9 --- /dev/null +++ b/community/xmind/xmind.install @@ -0,0 +1,16 @@ +post_install() { + echo "Updating MIME database" + update-mime-database /usr/share/mime + update-desktop-database +} + +post_remove() { + echo "Updating MIME database" + update-mime-database /usr/share/mime + update-desktop-database +} + +op=$1 +shift + +$op $* -- cgit v1.2.3-54-g00ecf