mailcap (b31e36b3) mailcap (bda541eb)
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33/^application\/x-star/d
34/excel/d
35/ms[-]*word/d
36/powerpoint/d
37' ${PKG_INSTALL_ROOT}/etc/mailcap 2>/dev/null
38
39# now append our stuff to the temporary file
40cat << END
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33/^application\/x-star/d
34/excel/d
35/ms[-]*word/d
36/powerpoint/d
37' ${PKG_INSTALL_ROOT}/etc/mailcap 2>/dev/null
38
39# now append our stuff to the temporary file
40cat << END
41# OpenOffice.org
41# Apache OpenOffice
42application/vnd.oasis.opendocument.text; %PREFIX -view %s
43application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
44application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
45application/vnd.oasis.opendocument.text-master; %PREFIX -view %s
46application/vnd.sun.xml.writer; %PREFIX -view %s
47application/vnd.sun.xml.writer.template; %PREFIX -view %s
48application/vnd.sun.xml.writer.global; %PREFIX -view %s
49application/vnd.stardivision.writer; %PREFIX -view %s

--- 49 unchanged lines hidden ---
42application/vnd.oasis.opendocument.text; %PREFIX -view %s
43application/vnd.oasis.opendocument.text-template; %PREFIX -view %s
44application/vnd.oasis.opendocument.text-web; %PREFIX -view %s
45application/vnd.oasis.opendocument.text-master; %PREFIX -view %s
46application/vnd.sun.xml.writer; %PREFIX -view %s
47application/vnd.sun.xml.writer.template; %PREFIX -view %s
48application/vnd.sun.xml.writer.global; %PREFIX -view %s
49application/vnd.stardivision.writer; %PREFIX -view %s

--- 49 unchanged lines hidden ---