Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 378395
Collapse All | Expand All

(-)/usr/portage/net-dns/unbound/unbound-1.4.12.ebuild (+10 lines)
Lines 38-43 Link Here
38
pkg_setup() {
38
pkg_setup() {
39
	enewgroup unbound
39
	enewgroup unbound
40
	enewuser unbound -1 -1 /etc/unbound unbound
40
	enewuser unbound -1 -1 /etc/unbound unbound
41
42
	use python && python_pkg_setup
41
}
43
}
42
44
43
src_prepare() {
45
src_prepare() {
Lines 96-98 Link Here
96
	exeinto /usr/share/${PN}
98
	exeinto /usr/share/${PN}
97
	doexe contrib/update-anchor.sh || die "doexe failed"
99
	doexe contrib/update-anchor.sh || die "doexe failed"
98
}
100
}
101
102
pkg_postinst() {
103
	use python && python_mod_optimize unbound.py unboundmodule.py
104
}
105
106
pkg_postrm() {
107
	use python && python_mod_cleanup unbound.py unboundmodule.py
108
}

Return to bug 378395