3 # backing out existing entries to avoid duplicates
5 /application\/vnd\.oasis\.opendocument/d
6 /application\/vnd\.sun/d
7 /application\/vnd\.stardivision/d
8 ' ${PKG_INSTALL_ROOT}/etc/mime.types 2>/dev/null
10 # now append our stuff to the temporary file
12 application/vnd.oasis.opendocument.text odt
13 application/vnd.oasis.opendocument.text-template ott
14 application/vnd.oasis.opendocument.text-web oth
15 application/vnd.oasis.opendocument.text-master odm
16 application/vnd.oasis.opendocument.graphics odg
17 application/vnd.oasis.opendocument.graphics-template otg
18 application/vnd.oasis.opendocument.presentation odp
19 application/vnd.oasis.opendocument.presentation-template otp
20 application/vnd.oasis.opendocument.spreadsheet ods
21 application/vnd.oasis.opendocument.spreadsheet-template ots
22 application/vnd.oasis.opendocument.chart odc
23 application/vnd.oasis.opendocument.formula odf
24 application/vnd.oasis.opendocument.image odi
25 application/vnd.sun.xml.writer sxw
26 application/vnd.sun.xml.writer.template stw
27 application/vnd.sun.xml.writer.global sxg
28 application/vnd.stardivision.writer sdw vor
29 application/vnd.stardivision.writer-global sgl
30 application/vnd.sun.xml.calc sxc
31 application/vnd.sun.xml.calc.template stc
32 application/vnd.stardivision.calc sdc
33 application/vnd.stardivision.chart sds
34 application/vnd.sun.xml.impress sxi
35 application/vnd.sun.xml.impress.template sti
36 application/vnd.stardivision.impress sdd sdp
37 application/vnd.sun.xml.draw sxd
38 application/vnd.sun.xml.draw.template std
39 application/vnd.stardivision.draw sda
40 application/vnd.sun.xml.math sxm
41 application/vnd.stardivision.math smf
42 application/vnd.sun.xml.base odb
43 application/vnd.openofficeorg.extension oxt
44 application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
45 application/vnd.ms-word.document.macroenabled.12 docm
46 application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
47 application/vnd.ms-word.template.macroenabled.12 dotm
48 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
49 application/vnd.ms-excel.sheet.macroenabled.12 xlsm
50 application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
51 application/vnd.ms-excel.template.macroenabled.12 xltm
52 application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
53 application/vnd.ms-powerpoint.presentation.macroenabled.12 pptm
54 application/vnd.openxmlformats-officedocument.presentationml.template potx
55 application/vnd.ms-powerpoint.template.macroenabled.12 potm
58 cat ${PKG_INSTALL_ROOT}/etc/mime.types