diff options
author | Vegard Haugland <vegard@haugland.at> | 2011-05-27 16:55:03 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:30:56 -0400 |
commit | 3ba182b46fc4ed27b02369e154ba0a15e51eac01 (patch) | |
tree | 8e5f49e420b5ed4774344be23a8095db42931417 /office/xmind/doinst.sh | |
parent | 4431ef5a699795fbbe0cc26148e545b1cacdb04c (diff) |
office/xmind: Added (brainstorming and mind mapping tool)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/xmind/doinst.sh')
-rw-r--r-- | office/xmind/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/office/xmind/doinst.sh b/office/xmind/doinst.sh new file mode 100644 index 000000000000..9a8ded3c6034 --- /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 |