projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f55bd9
)
dev-util/pkgcheck: drop plugin cache creation
author
Tim Harder
<radhermit@gentoo.org>
Mon, 4 Feb 2019 21:55:30 +0000
(15:55 -0600)
committer
Tim 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
patch
|
blob
|
history
diff --git
a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 0b19214ca4f320f88a6d0a31c4112cc4da4bde00..22550d50d55eb39893125e953ed09c6e94c3eb5c 100644
(file)
--- 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
-}