summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 21:55:47 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-03-22 21:55:47 +0100
commit61e0c92db758048a62ff9b7873522cfc7ce26fab (patch)
tree567f1157ea990e193dc0c3c755d262bf4402bf82 /setup.py
parent2fffae540e57f3afce498bbc5f62657a889a429f (diff)
parent9e10ae7190a2706a1a876a7bd214fd4d0ed4d43d (diff)
downloadpython-apt-61e0c92db758048a62ff9b7873522cfc7ce26fab.tar.gz
* merged with the current -dapper tree
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,
)