summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-20 11:16:50 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-20 11:16:50 +0100
commit78f281065fb9bbd8a36b52b457397b3e886abcc7 (patch)
tree6bee9758f1742be4ce97cec7f4ae605bbe877cc8 /setup.py
parent56fa71590be9df25acc234df153412ef68a30ae2 (diff)
parent8cfb54ced335aa488ca3cfad00dad434617fb62a (diff)
downloadpython-apt-78f281065fb9bbd8a36b52b457397b3e886abcc7.tar.gz
* fix the missing toggle buttons in software-properties
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 873f5de4..a5916dfa 100755
--- a/setup.py
+++ b/setup.py
@@ -63,10 +63,6 @@ setup(name='update-manager',
),
('share/pixmaps',
["data/update-manager.png"]
- ),
- ('share/mime/packages',
- ["data/mime/apt.xml"]
- )
] + I18NFILES + HELPFILES,
)