From 02ce954fc3e84712a4c4e886079366081d0e19e1 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Tue, 18 Apr 2006 22:38:08 +0200 Subject: * 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 --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'setup.py') 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, ) -- cgit v1.2.3