summaryrefslogtreecommitdiff
path: root/data/mime/apt.xml
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-02-22 00:44:45 +0100
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-02-22 00:44:45 +0100
commit81af9bae57e5f4b9ed55cd4356f82880ae7b500f (patch)
treeaa65b0cab3eb611673e9456dea5d31ccb10a234b /data/mime/apt.xml
parent092b9a2b55563b42ade173b0781c45c012dce7b6 (diff)
downloadpython-apt-81af9bae57e5f4b9ed55cd4356f82880ae7b500f.tar.gz
* Add a prototype of a sources.list installer. double click on a sources.list
to get the channels merged into your current channel list
Diffstat (limited to 'data/mime/apt.xml')
-rw-r--r--data/mime/apt.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/mime/apt.xml b/data/mime/apt.xml
new file mode 100644
index 00000000..33592bdd
--- /dev/null
+++ b/data/mime/apt.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+ <mime-type type="text/x-apt-sources">
+ <comment>Software Channel List</comment>
+ <glob pattern="sources.list"/>
+ </mime-type>
+</mime-info>