From: Zac Medico Date: Sat, 11 Mar 2006 01:27:48 +0000 (-0000) Subject: Trigger the clean phase at the end of dblink.unmerge() in order to remove cruft left... X-Git-Tag: v2.1_pre6~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ecb65262cb6809adf1254daee106aa0acba6a4ae;p=portage.git 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 --- 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):