add alpm-package mime type

This commit is contained in:
guinux
2014-11-01 17:59:16 +01:00
parent fe929692ce
commit acaf52d5ae
5 changed files with 42 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-alpm-package">
<generic-icon name="package-x-generic"/>
<comment>Alpm Package</comment>
<glob pattern="*.pkg.tar.xz"/>
</mime-type>
</mime-info>