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

(-)file_not_specified_in_diff (-8 / +6 lines)
Line  Link Here
0
-- guidance-power-manager-4.3.3.ebuild
0
++ guidance-power-manager-4.3.3.ebuild
Lines 22-32 Link Here
22
22
23
pkg_postinst() {
23
pkg_postinst() {
24
	kde4-base_pkg_postinst
24
	kde4-base_pkg_postinst
25
	python_version
25
	python_mod_optimize $(python_get_sitedir)/xf86misc.py
26
	python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/xf86misc.py
27
}
26
}
28
27
29
pkg_postrm() {
28
pkg_postrm() {
30
	kde4-base_pkg_postrm
29
	kde4-base_pkg_postrm
31
	python_mod_cleanup
30
	python_mod_cleanup $(python_get_sitedir)/xf86misc.py
32
}
31
}
33
-- guidance-power-manager-4.4.0.ebuild
32
++ guidance-power-manager-4.4.0.ebuild
Lines 24-34 Link Here
24
24
25
pkg_postinst() {
25
pkg_postinst() {
26
	kde4-base_pkg_postinst
26
	kde4-base_pkg_postinst
27
	python_version
27
	python_mod_optimize $(python_get_sitedir)/xf86misc.py
28
	python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/xf86misc.py
29
}
28
}
30
29
31
pkg_postrm() {
30
pkg_postrm() {
32
	kde4-base_pkg_postrm
31
	kde4-base_pkg_postrm
33
	python_mod_cleanup
32
	python_mod_cleanup $(python_get_sitedir)/xf86misc.py
34
}
33
}

Return to bug 323997