summarylogtreecommitdiffstats
path: root/jdownloader.xml
diff options
context:
space:
mode:
authorManuel Rieke2015-06-15 23:23:11 +0200
committerManuel Rieke2015-06-15 23:23:11 +0200
commit13f59ed2bc70e0018740db1bccc06bcdc934f00c (patch)
treefa8e0465320175512d24012ad3fcf8d228ea933f /jdownloader.xml
downloadaur-13f59ed2bc70e0018740db1bccc06bcdc934f00c.tar.gz
Moving to AUR4
Diffstat (limited to 'jdownloader.xml')
-rw-r--r--jdownloader.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/jdownloader.xml b/jdownloader.xml
new file mode 100644
index 000000000000..c3d3e16ed7de
--- /dev/null
+++ b/jdownloader.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="application/x-dlc-container">
+ <comment>Download Link Container File</comment>
+ <glob pattern="*.dlc"/>
+ <icon name="jd-container"/>
+ </mime-type>
+
+ <mime-type type="application/x-ccf-container">
+ <comment>CryptLoad Container File</comment>
+ <glob pattern="*.ccf"/>
+ <icon name="jd-container"/>
+ </mime-type>
+
+ <mime-type type="application/x-rsdf-container">
+ <comment>RapidShare Download File</comment>
+ <glob pattern="*.rsdf"/>
+ <icon name="jd-container"/>
+ </mime-type>
+</mime-info>