File: click.sharedmimeinfo

package info (click to toggle)
click 0.5.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,260 kB
  • sloc: python: 7,015; makefile: 364; ansic: 341; sh: 63; perl: 26
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>