projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365e33c
)
sys-apps/pkgcore: drop plugin cache creation
author
Tim Harder
<radhermit@gentoo.org>
Mon, 4 Feb 2019 21:53:42 +0000
(15:53 -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>
sys-apps/pkgcore/pkgcore-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/pkgcore/pkgcore-9999.ebuild
b/sys-apps/pkgcore/pkgcore-9999.ebuild
index 0bc10eacfb55979d69adb08f33097d091a68c073..308d58adcb671d0b6227271d0cafc73425f46f12 100644
(file)
--- a/
sys-apps/pkgcore/pkgcore-9999.ebuild
+++ b/
sys-apps/pkgcore/pkgcore-9999.ebuild
@@
-51,7
+51,3
@@
python_install_all() {
--mandir="${ED%/}/usr/share/man"
distutils-r1_python_install_all
}
-
-pkg_postinst() {
- pplugincache
-}