diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 15:03:04 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:03:04 +0200 |
commit | c4faf91a040e1c68318aca1195c52576dbc78e8f (patch) | |
tree | cf302f9114d313cb1d90cc98a6a5cdf24f19fd35 /office/openoffice.org/doinst.sh | |
parent | ff20fcdea62100828097b9fa9788a18b1f360fe4 (diff) |
office/openoffice.org: Initial import
Diffstat (limited to 'office/openoffice.org/doinst.sh')
-rw-r--r-- | office/openoffice.org/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/office/openoffice.org/doinst.sh b/office/openoffice.org/doinst.sh new file mode 100644 index 0000000000000..a1aa08630c797 --- /dev/null +++ b/office/openoffice.org/doinst.sh @@ -0,0 +1,7 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi |