commit: 32bc511c9af88bd8d5d2476e7023bdf14a78d818
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri May 11 18:21:46 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri May 11 18:23:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bc511c
app-text/groonga: Fix install failure removing old init script
The manual removal is no longer necessary
Package-Manager: Portage-2.3.36, Repoman-2.3.9
app-text/groonga/groonga-8.0.2.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-text/groonga/groonga-8.0.2.ebuild
b/app-text/groonga/groonga-8.0.2.ebuild
index ebc194e460c..65608552596 100644
--- a/app-text/groonga/groonga-8.0.2.ebuild
+++ b/app-text/groonga/groonga-8.0.2.ebuild
@@ -97,6 +97,4 @@ src_install() {
fowners groonga:groonga /var/{log,lib}/${PN}
use examples || rm -r "${D%/}/usr/share/${PN}" || die
- # Extra init script
- rm -r "${D%/}/usr/sbin/groonga-httpd-restart" || die
}