mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
Some of the configuration files are useful for other distributions as well. So this change moves them out of `debian/` to `linux/keyman-config` so that they will be included in the source tar ball. Also remove zero-width space from one file. Closes #8880.
12 lines
437 B
XML
12 lines
437 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-kmp">
|
|
<comment>Keyman keyboard package</comment>
|
|
<sub-class-of type="application/zip"/>
|
|
<glob pattern="*.kmp"/>
|
|
<icon name="application-x-kmp"/>
|
|
</mime-type>
|
|
<mime-type type="application/keyman">
|
|
<comment>Keyman keyboard installation link</comment>
|
|
</mime-type>
|
|
</mime-info>
|