summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorglatzor@ubuntu.com <>2006-07-22 18:41:40 +0200
committerglatzor@ubuntu.com <>2006-07-22 18:41:40 +0200
commit4e6c88a25b555e6be432e44ca6c4d2dfeb8dbfa8 (patch)
treedf1dec9b361ce13601801a723d52e499c1b51781 /data
parent16c3025952c0828ed474acb724b05f04df12fa30 (diff)
downloadpython-apt-4e6c88a25b555e6be432e44ca6c4d2dfeb8dbfa8.tar.gz
* add the mime handler for sources.list
* fix the translation for the moved files
Diffstat (limited to 'data')
-rw-r--r--data/mime/apt.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mime/apt.xml.in b/data/mime/apt.xml.in
new file mode 100644
index 00000000..6861cde9
--- /dev/null
+++ b/data/mime/apt.xml.in
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="text/x-apt-sources-list">
+ <sub-class-of type="text/plain"/>
+ <comment>Software sources list</comment>
+ <glob pattern="sources.list"/>
+ </mime-type>
+</mime-info>