From: Tim Harder Date: Mon, 4 Feb 2019 21:55:30 +0000 (-0600) Subject: dev-util/pkgcheck: drop plugin cache creation X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=990b3619beb405923b63694f0d65111d83949d4b;p=gentoo.git dev-util/pkgcheck: drop plugin cache creation It's done internally during the install for the bundled plugins. Signed-off-by: Tim Harder --- diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 0b19214ca4f3..22550d50d55e 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -50,7 +50,3 @@ python_install_all() { --mandir="${ED%/}/usr/share/man" distutils-r1_python_install_all } - -pkg_postinst() { - pplugincache pkgcheck.plugins -}