diff options
| author | glatzor@ubuntu.com <> | 2006-07-22 18:41:40 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-07-22 18:41:40 +0200 |
| commit | 4e6c88a25b555e6be432e44ca6c4d2dfeb8dbfa8 (patch) | |
| tree | df1dec9b361ce13601801a723d52e499c1b51781 /setup.py | |
| parent | 16c3025952c0828ed474acb724b05f04df12fa30 (diff) | |
| download | python-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-x | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, ) |
