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

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
-- scribes-0.3.3.3.ebuild
0
++ scribes-0.3.3.3.ebuild
Lines 44-54 Link Here
44
44
45
pkg_postinst() {
45
pkg_postinst() {
46
	gnome2_pkg_postinst
46
	gnome2_pkg_postinst
47
	python_version
47
	python_mod_optimize $(python_get_sitedir)/SCRIBES
48
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/SCRIBES
49
}
48
}
50
49
51
pkg_postrm() {
50
pkg_postrm() {
52
	gnome2_pkg_postrm
51
	gnome2_pkg_postrm
53
	python_mod_cleanup
52
	python_mod_cleanup $(python_get_sitedir)/SCRIBES
54
}
53
}

Return to bug 311177