diff options
author | Dhaby Xiloj <slack.dhabyx@gmail.com> | 2010-05-12 17:44:42 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:44:42 +0200 |
commit | 47874599e7e1fc274c09c43192aaa41a20ee242b (patch) | |
tree | bf18b3ccea5712b92edf5ee128e5bdd1dd88778c /office/freemind/doinst.sh | |
parent | c86b95515a424601cf61ff5a417b803ac7b1e88e (diff) | |
download | slackbuilds-47874599e7e1fc274c09c43192aaa41a20ee242b.tar.gz |
office/freemind: Updated for version 0.8.1
Diffstat (limited to 'office/freemind/doinst.sh')
-rw-r--r-- | office/freemind/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/office/freemind/doinst.sh b/office/freemind/doinst.sh new file mode 100644 index 0000000000..e4e6459838 --- /dev/null +++ b/office/freemind/doinst.sh @@ -0,0 +1,8 @@ +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 + |