summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Heinlein <sebastian.heinlein@web.de>2006-04-18 22:38:08 +0200
committerSebastian Heinlein <sebastian.heinlein@web.de>2006-04-18 22:38:08 +0200
commit02ce954fc3e84712a4c4e886079366081d0e19e1 (patch)
treeea4fd1920242ec6ab19f2830a5d014c2e81c41d2 /setup.py
parent02352fee746a3e17be326d7a68b1b8b4970f6203 (diff)
downloadpython-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-xsetup.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 16cb524c..8d8ccf9f 100755
--- a/setup.py
+++ b/setup.py
@@ -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,
)