From 4e6c88a25b555e6be432e44ca6c4d2dfeb8dbfa8 Mon Sep 17 00:00:00 2001 From: "glatzor@ubuntu.com" <> Date: Sat, 22 Jul 2006 18:41:40 +0200 Subject: * add the mime handler for sources.list * fix the translation for the moved files --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.py') 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, ) -- cgit v1.2.3