seb rev 2

Add mime type file for seb packages
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:27:41 2017 +0100 (2017-03-06)
parents 30b4a41d932d
children 1f29c7b8a4ce
files data/mime/seb.xml
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/data/mime/seb.xml	Mon Mar 06 16:27:41 2017 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
     1.6 +	<mime-type type="text/x-seb-package">
     1.7 +		<comment>package SEB</comment>
     1.8 +		<comment xml:lang="fr">paquet SEB</comment>
     1.9 +		<sub-class-of type="application/x-shellscript"/>
    1.10 +		<generic-icon name="text-x-script"/>
    1.11 +		<magic priority="50">
    1.12 +			<match value="# SliTaz Embedded package" type="string" offset="0"/>
    1.13 +		</magic>
    1.14 +	</mime-type>
    1.15 +</mime-info>