summarylogtreecommitdiffstats
path: root/root.xml
diff options
context:
space:
mode:
authorKonstantin Gizdov2019-03-27 21:52:08 +0000
committerKonstantin Gizdov2019-03-27 21:52:08 +0000
commita6fd75d6c0835f3d0cbdb9cf45033be6b56d3e9a (patch)
tree41e9a10b39ebcdf5da9ba6541ad0ac691cfe6624 /root.xml
downloadaur-a6fd75d6c0835f3d0cbdb9cf45033be6b56d3e9a.tar.gz
initial release
Diffstat (limited to 'root.xml')
-rw-r--r--root.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/root.xml b/root.xml
new file mode 100644
index 000000000000..eb2c73eea473
--- /dev/null
+++ b/root.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-root">
+ <comment>ROOT file</comment>
+ <comment xml:lang="de">ROOT-Datei</comment>
+ <comment xml:lang="en">ROOT-File</comment>
+ <comment xml:lang="fr">ROOT-Fichier</comment>
+ <comment xml:lang="it">ROOT-File</comment>
+ <glob pattern="*.root"/>
+ <magic priority="80">
+ <match value="root" type="string" offset="0:64"/>
+ </magic>
+ </mime-type>
+</mime-info>