summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-02-04 15:55:30 -0600
committerTim Harder <radhermit@gentoo.org>2019-02-04 18:17:35 -0600
commit990b3619beb405923b63694f0d65111d83949d4b (patch)
tree91de4e81c4ccf552680d862f81c89efed59d44a1 /dev-util/pkgcheck
parentsys-apps/pkgcore: drop plugin cache creation (diff)
downloadgentoo-990b3619beb405923b63694f0d65111d83949d4b.tar.gz
gentoo-990b3619beb405923b63694f0d65111d83949d4b.tar.bz2
gentoo-990b3619beb405923b63694f0d65111d83949d4b.zip
dev-util/pkgcheck: drop plugin cache creation
It's done internally during the install for the bundled plugins. Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
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
-}