diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-18 22:23:08 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-18 22:23:08 +0200 |
| commit | 02352fee746a3e17be326d7a68b1b8b4970f6203 (patch) | |
| tree | b4be9ba12d69fc9f78fd60a2f67080687cab2d54 /setup.py | |
| parent | 09a3302637368aa2dda1ea8cef86dd32d7423c26 (diff) | |
| download | python-apt-02352fee746a3e17be326d7a68b1b8b4970f6203.tar.gz | |
* rename gnome-software-properties to software-properties (there is no
dependency on gnome anymore)
* remove deprecated code
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ setup(name='update-manager', 'UpdateManager.Common' ], scripts=[ - 'gnome-software-properties', + 'software-properties', 'update-manager' ], data_files=[ @@ -56,7 +56,7 @@ setup(name='update-manager', ), ('share/applications', ["data/update-manager.desktop", - "data/gnome-software-properties.desktop"] + "data/software-properties.desktop"] ), ('share/gconf/schemas', glob.glob("build/*.schemas") |
