From: Tim Harder Date: Mon, 4 Feb 2019 21:53:42 +0000 (-0600) Subject: sys-apps/pkgcore: drop plugin cache creation X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7f55bd99fc81baae05e7a936785e779fa5e8e693;p=gentoo.git sys-apps/pkgcore: drop plugin cache creation It's done internally during the install for the bundled plugins. Signed-off-by: Tim Harder --- diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild index 0bc10eacfb55..308d58adcb67 100644 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild @@ -51,7 +51,3 @@ python_install_all() { --mandir="${ED%/}/usr/share/man" distutils-r1_python_install_all } - -pkg_postinst() { - pplugincache -}