forked from cromer/pamac-classic
add alpm-package mime type
This commit is contained in:
@@ -128,4 +128,4 @@ Type=Application
|
||||
Icon=system-software-install
|
||||
StartupNotify=true
|
||||
NoDisplay=true
|
||||
MimeType=application/x-xz-compressed-tar;
|
||||
MimeType=application/x-alpm-package;
|
||||
|
8
data/mime/x-alpm-package.xml
Normal file
8
data/mime/x-alpm-package.xml
Normal 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>
|
Reference in New Issue
Block a user