diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-18 22:38:08 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-18 22:38:08 +0200 |
| commit | 02ce954fc3e84712a4c4e886079366081d0e19e1 (patch) | |
| tree | ea4fd1920242ec6ab19f2830a5d014c2e81c41d2 /setup.py | |
| parent | 02352fee746a3e17be326d7a68b1b8b4970f6203 (diff) | |
| download | python-apt-02ce954fc3e84712a4c4e886079366081d0e19e1.tar.gz | |
* use the tango system-software-update icon for update-manager
* use the old update-manager icon for software-properties only
* do not specify the file type of the icon in the desktop file
* install the icons to the hicolor theme
* remove the deprecated update-manager-logo - it will be replaced by
the svg version of update-manager
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -47,9 +47,7 @@ setup(name='update-manager', ], data_files=[ ('share/update-manager/glade', - glob.glob("data/*.glade")+ - ["data/update-manager-logo.png", - "data/update-manager.png"] + glob.glob("data/*.glade") ), ('share/update-manager/channels', glob.glob("channels/*") @@ -61,8 +59,8 @@ setup(name='update-manager', ('share/gconf/schemas', glob.glob("build/*.schemas") ), - ('share/pixmaps', - ["data/update-manager.png"] + ('share/icons/hicolor', + ["data/icons/*"] ), ] + I18NFILES + HELPFILES, ) |
