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

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- sabayon-2.22.1.ebuild
0
++ sabayon-2.22.1.ebuild
Lines 74-81 Link Here
74
pkg_postinst() {
74
pkg_postinst() {
75
	gnome2_pkg_postinst
75
	gnome2_pkg_postinst
76
76
77
	python_version
77
	python_mod_optimize $(python_get_sitedir)/sabayon
78
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/sabayon
79
78
80
	# unfortunately /etc/gconf is CONFIG_PROTECT_MASK'd
79
	# unfortunately /etc/gconf is CONFIG_PROTECT_MASK'd
81
	elog "To apply Sabayon defaults and mandatory settings to all users, put"
80
	elog "To apply Sabayon defaults and mandatory settings to all users, put"
Lines 89-94 Link Here
89
pkg_postrm() {
88
pkg_postrm() {
90
	gnome2_pkg_postrm
89
	gnome2_pkg_postrm
91
90
92
	python_version
91
	python_mod_cleanup $(python_get_sitedir)/sabayon
93
	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/sabayon
94
}
92
}

Return to bug 308277