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

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- telepathy-butterfly-0.5.1.ebuild
0
++ telepathy-butterfly-0.5.1.ebuild
Lines 36-46 Link Here
36
}
36
}
37
37
38
pkg_postinst() {
38
pkg_postinst() {
39
	python_version
39
	python_mod_optimize $(python_get_sitedir)/butterfly
40
	python_mod_optimize \
41
		/usr/$(get_libdir)/python${PYVER}/site-packages/butterfly
42
}
40
}
43
41
44
pkg_postrm() {
42
pkg_postrm() {
45
	python_mod_cleanup
43
	python_mod_cleanup $(python_get_sitedir)/butterfly
46
}
44
}

Return to bug 315881