sys-apps/pkgcore: drop plugin cache creation
authorTim Harder <radhermit@gentoo.org>
Mon, 4 Feb 2019 21:53:42 +0000 (15:53 -0600)
committerTim Harder <radhermit@gentoo.org>
Tue, 5 Feb 2019 00:17:35 +0000 (18:17 -0600)
It's done internally during the install for the bundled plugins.

Signed-off-by: Tim Harder <radhermit@gentoo.org>
sys-apps/pkgcore/pkgcore-9999.ebuild

index 0bc10eacfb55979d69adb08f33097d091a68c073..308d58adcb671d0b6227271d0cafc73425f46f12 100644 (file)
@@ -51,7 +51,3 @@ python_install_all() {
                --mandir="${ED%/}/usr/share/man"
        distutils-r1_python_install_all
 }
-
-pkg_postinst() {
-       pplugincache
-}