Bug #201082 - Don't call config.load_infodir() prior to pkg_postinst()
authorZac Medico <zmedico@gentoo.org>
Mon, 3 Dec 2007 19:13:41 +0000 (19:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 3 Dec 2007 19:13:41 +0000 (19:13 -0000)
commit63db8f24e5107a190a9600db2e7e9cc480980a3d
treec8113ec44acc26071b3d5dca4e47926fa83f5b8a
parent477f823c824b36dbd618406d0898d1d0b01796ae
Bug #201082 - Don't call config.load_infodir() prior to pkg_postinst()
because it's not needed and the ebuild path that's passed in for
postinst is may be from the portage tree, which causes load_infodir()
to discard critical metadata such as CATEGORY without realoading
it. (trunk r8822)

svn path=/main/branches/2.1.2/; revision=8823
pym/portage.py