File: click.sharedmimeinfo

package info (click to toggle)
click 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,372 kB
  • sloc: python: 7,135; ansic: 857; makefile: 441; sh: 236; perl: 26; xml: 11
file content (16 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-click">
    <comment>Click package</comment>
    <sub-class-of type="application/x-deb"/>
    <generic-icon name="package-x-generic"/>
    <magic priority="60">
      <match value="!&lt;arch&gt;" type="string" offset="0">
        <match value="debian-binary" type="string" offset="8">
          <match value="_click-binary" type="string" offset="72"/>
        </match>
      </match>
    </magic>
    <glob pattern="*.click"/>
  </mime-type>
</mime-info>