dev-util/pkgcheck: drop plugin cache creation
authorTim Harder <radhermit@gentoo.org>
Mon, 4 Feb 2019 21:55:30 +0000 (15:55 -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>
dev-util/pkgcheck/pkgcheck-9999.ebuild

index 0b19214ca4f320f88a6d0a31c4112cc4da4bde00..22550d50d55eb39893125e953ed09c6e94c3eb5c 100644 (file)
@@ -50,7 +50,3 @@ python_install_all() {
                --mandir="${ED%/}/usr/share/man"
        distutils-r1_python_install_all
 }
-
-pkg_postinst() {
-       pplugincache pkgcheck.plugins
-}