summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2018-06-04 17:33:07 +0200
committerBastien Nocera <hadess@hadess.net>2018-06-04 18:15:28 +0200
commit8cb5786e6867dd37d915418287ed4e99926dc30e (patch)
treeadc2b31adf287396f446f6f316702696eb74e7e1
parent7c7f84e2a77f4142cf77ebdf239deaa14c842f9c (diff)
downloadshared-mime-info-8cb5786e6867dd37d915418287ed4e99926dc30e.tar.gz
Add text/x-perl alias to application/x-perl
text/x-perl is the name for Perl scripts in the old MIME type system, and thus produced e.g. as content-type by users of that MIME system. https://bugs.freedesktop.org/show_bug.cgi?id=106813
-rw-r--r--freedesktop.org.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index e6931a0d..c0023a1b 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -3297,6 +3297,7 @@ command to generate the output files.
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<generic-icon name="text-x-script"/>
+ <alias type="text/x-perl"/>
<magic priority="50">
<match type="string" value='eval \"exec /usr/local/bin/perl' offset="0"/>
<match type="string" value="/bin/perl" offset="2:16"/>