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

(-)file_not_specified_in_diff (-15 / +18 lines)
Line  Link Here
0
-- obexftp-0.22.ebuild
0
++ obexftp-0.22.ebuild
Lines 86-93 Link Here
86
86
87
pkg_postinst() {
87
pkg_postinst() {
88
	use perl && perl-module_pkg_postinst
88
	use perl && perl-module_pkg_postinst
89
	use python && {
89
	use python && python_mod_optimize $(python_get_sitedir)/${PN}
90
		python_version
90
}
91
		python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
91
92
	}
92
pkg_postrm() {
93
	use python && python_mod_cleanup $(python_get_sitedir)/${PN}
93
}
94
}
94
-- obexftp-0.23-r1.ebuild
95
++ obexftp-0.23-r1.ebuild
Lines 89-96 Link Here
89
89
90
pkg_postinst() {
90
pkg_postinst() {
91
	use perl && perl-module_pkg_postinst
91
	use perl && perl-module_pkg_postinst
92
	use python && {
92
	use python && python_mod_optimize $(python_get_sitedir)/${PN}
93
		python_version
93
}
94
		python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
94
95
	}
95
pkg_postrm() {
96
	use python && python_mod_cleanup $(python_get_sitedir)/${PN}
96
}
97
}
97
-- obexftp-0.23.ebuild
98
++ obexftp-0.23.ebuild
Lines 82-89 Link Here
82
82
83
pkg_postinst() {
83
pkg_postinst() {
84
	use perl && perl-module_pkg_postinst
84
	use perl && perl-module_pkg_postinst
85
	use python && {
85
	use python && python_mod_optimize $(python_get_sitedir)/${PN}
86
		python_version
86
}
87
		python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
87
88
	}
88
pkg_postrm() {
89
	use python && python_mod_cleanup $(python_get_sitedir)/${PN}
89
}
90
}

Return to bug 311665