~suutari-olli/openlp/click-slide-to-go-live-from-blank

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!--
It comes with ABSOLUTELY NO WARRANTY, to the extent permitted by law. You may
redistribute copies of update-mime-database under the terms of the GNU General
Public License. For more information about these matters, see the file named
COPYING.
-->
<!--
Notes:
- the mime types in this file are valid with the version 0.30 of the
  shared-mime-info package.
- the "fdo #xxxxx" are the wish in the freedesktop.org bug database to include
  the mime type there.
--> 
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-openlp-service">
    <sub-class-of type="application/zip"/>
    <comment>OpenLP Service File</comment>
    <glob pattern="*.osz"/>
  </mime-type> 
    <mime-type type="application/x-openlp-service">
    <sub-class-of type="application/zip"/>
    <comment>OpenLP Service File</comment>
    <glob pattern="*.oszl"/>
  </mime-type> 
  <mime-type type="application/x-openlp-theme">
    <sub-class-of type="application/zip"/>
    <comment>OpenLP Theme File</comment>
    <glob pattern="*.otz"/>
  </mime-type> 
</mime-info>