Bug #201082 - Don't call config.load_infodir() prior to pkg_postinst()
authorZac Medico <zmedico@gentoo.org>
Mon, 3 Dec 2007 19:12:37 +0000 (19:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 3 Dec 2007 19:12:37 +0000 (19:12 -0000)
commit8fa114c56a5b51ffe7978d33b23be423800c39a8
tree31a25feab560a432f19346c0fb2d30397bc5e04b
parentd63fc90d72cae46824239af0f1e5158f0d029ee0
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.

svn path=/main/trunk/; revision=8822
pym/portage/__init__.py