summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent16c3025952c0828ed474acb724b05f04df12fa30 (diff)
downloadpython-apt-4e6c88a25b555e6be432e44ca6c4d2dfeb8dbfa8.tar.gz
* add the mime handler for sources.list
* fix the translation for the moved files
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index be346881..b2d0ad56 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,8 @@ for size in glob.glob("data/icons/*"):
print ICONS
+os.system("intltool-merge -d po data/mime/apt.xml.in"\
+ " build/apt.xml")
os.system("intltool-merge -d po data/update-manager.schemas.in"\
" build/update-manager.schemas")
@@ -75,5 +77,9 @@ setup(name='update-manager',
('share/gconf/schemas',
glob.glob("build/*.schemas")
),
+ ('share/mime/packages',
+ ["build/apt.xml"]
+ )
+
] + I18NFILES + HELPFILES + ICONS,
)