commit: 990b3619beb405923b63694f0d65111d83949d4b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 4 21:55:30 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 00:17:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990b3619
dev-util/pkgcheck: drop plugin cache creation
It's done internally during the install for the bundled plugins.
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 0b19214ca4f..22550d50d55 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
-}