diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-18 15:37:34 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-18 15:37:34 +0000 |
commit | 4dc07c5a19793c110b7870bbdfa84522617b1a6c (patch) | |
tree | bb8c0d42ce96caa999ac4f9faf75ba430db1097e /sysui/desktop | |
parent | d2152930850ea0b2513580c8a228c6b47d3729f0 (diff) |
INTEGRATION: CWS jl46 (1.4.56); FILE MERGED
2006/11/16 18:52:26 ihi 1.4.56.3: #i69173# Systemintegration for Extensions
2006/11/09 16:02:39 ihi 1.4.56.2: Mimetype changed to vnd.openofficeorg.extension
2006/10/17 12:56:06 ihi 1.4.56.1: #i69173# Systemintegration for Extensions
Diffstat (limited to 'sysui/desktop')
-rw-r--r-- | sysui/desktop/debian/postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysui/desktop/debian/postinst b/sysui/desktop/debian/postinst index 0bbf3ba5c98c..fd91f668bb0e 100644 --- a/sysui/desktop/debian/postinst +++ b/sysui/desktop/debian/postinst @@ -33,6 +33,7 @@ sed ' /application\/vnd\.oasis\.opendocument/d /application\/vnd\.sun/d /application\/vnd\.stardivision/d +/application\/vnd\.openofficeorg/d ' /etc/mime.types 2>/dev/null >> /etc/mime.types.tmp$$ # now append our stuff to the temporary file @@ -68,6 +69,7 @@ application/vnd.stardivision.draw sda application/vnd.sun.xml.math sxm application/vnd.stardivision.math smf application/vnd.sun.xml.base odb +application/vnd.openofficeorg.extension oxt END # and replace the original file @@ -80,6 +82,7 @@ then sed ' /^# OpenOffice.org/d /^application\/vnd\.oasis\.opendocument/d +/^application\/vnd\.openofficeorg/d /^application\/vnd\.sun/d /^application\/vnd\.stardivision/d /^application\/vnd\.ms-word/d @@ -144,6 +147,7 @@ application/wordperfect5.1; %PREFIX -view %s application/x-wordperfect; %PREFIX -view %s application/wordperfect; %PREFIX -view %s application/wpwin; %PREFIX -view %s +application/vnd.openofficeorg.extension; unopkg_gui %s END # and replace the original file |