Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/sugar.xml.in
diff options
context:
space:
mode:
authorDan Winship <dwinship@redhat.com>2007-08-09 22:29:10 (GMT)
committer Dan Winship <dwinship@redhat.com>2007-08-09 22:29:10 (GMT)
commit6aeb95aa467c30c878ba29c66461d9254c7a7392 (patch)
treeb49808299e8efb02a220ec4ba8bedadc94fa8412 /data/sugar.xml.in
parentcff8ffc32895f3e304f843389c7d4a984502727e (diff)
Install MIME data to map ".xo" files to "application/vnd.olpc-x-sugar"
Diffstat (limited to 'data/sugar.xml.in')
-rw-r--r--data/sugar.xml.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/sugar.xml.in b/data/sugar.xml.in
new file mode 100644
index 0000000..39f6026
--- /dev/null
+++ b/data/sugar.xml.in
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/vnd.olpc-x-sugar">
+ <_comment>Sugar activity bundle</_comment>
+ <glob pattern="*.xo"/>
+ </mime-type>
+</mime-info> \ No newline at end of file