def set_cleanables(self):
generic_stage_target.set_cleanables(self)
self.settings["cleanables"].extend([\
- "/usr/lib/python2.2/test", "/usr/lib/python2.2/email",\
- "/usr/lib/python2.2/lib-tk", "/usr/lib/python2.3/test",\
- "/usr/lib/python2.3/email", "/usr/lib/python2.3/lib-tk",\
- "/usr/lib/python2.4/test", "/usr/lib/python2.4/email",\
- "/usr/lib/python2.4/lib-tk", "/usr/share/zoneinfo",\
- "/etc/portage/*"])
+ "/usr/share/zoneinfo", "/etc/portage/package*"])
# XXX: How do these override_foo() functions differ from the ones in generic_stage_target and why aren't they in stage3_target?