From ecb65262cb6809adf1254daee106aa0acba6a4ae Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Mar 2006 01:27:48 +0000 Subject: Trigger the clean phase at the end of dblink.unmerge() in order to remove cruft left by the pkg_*rm phases. svn path=/main/trunk/; revision=2844 --- pym/portage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 122f2e128..9c0c8f1d9 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5859,7 +5859,8 @@ class dblink: if a != 0: writemsg("!!! FAILED postrm: "+str(a)+"\n") sys.exit(123) - + if "noclean" not in features: + doebuild(myebuildpath, "clean", self.myroot, self.settings, cleanup=cleanup, tree=self.treetype) self.unlockdb() def isowner(self,filename,destroot): -- cgit v1.2.3-1-g7c22