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

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- serpentine-0.9-r2.ebuild
0
++ serpentine-0.9-r2.ebuild
Lines 52-62 Link Here
52
52
53
pkg_postinst() {
53
pkg_postinst() {
54
	gnome2_pkg_postinst
54
	gnome2_pkg_postinst
55
	python_version
55
	python_mod_optimize $(python_get_sitedir)/${PN}
56
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
57
}
56
}
58
57
59
pkg_postrm() {
58
pkg_postrm() {
60
	gnome2_pkg_postrm
59
	gnome2_pkg_postrm
61
	python_mod_cleanup
60
	python_mod_cleanup $(python_get_sitedir)/${PN}
62
}
61
}

Return to bug 308329