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

(-)/var/paludis/repositories/gentoo/x11-libs/pango/pango-1.24.4.ebuild (-1 / +3 lines)
Lines 57-63 Link Here
57
57
58
src_install() {
58
src_install() {
59
	gnome2_src_install
59
	gnome2_src_install
60
	rm "${D}/etc/pango/pango.modules" || die "rm pango.modules failed"
60
	if [ -f "${D}/etc/pango/pango.modules" ]; then
61
		rm "${D}/etc/pango/pango.modules" || die "rm pango.modules failed"
62
	fi
61
}
63
}
62
64
63
pkg_postinst() {
65
pkg_postinst() {

Return to bug 277234