mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This change consolidates the Debian packages into a single source package, with the exception of the legacy KMFL packages. Fixes #5022.
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>
|