Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 518422 | Differences between
and this patch

Collapse All | Expand All

(-)glib-networking-2.40.1-r1.ebuild.orig (+16 lines)
Lines 63-65 Link Here
63
multilib_src_install() {
63
multilib_src_install() {
64
	gnome2_src_install
64
	gnome2_src_install
65
}
65
}
66
67
pkg_postinst() {
68
	multilib_pkg_postinst() {
69
		einfo "Generating GIO modules cache..."
70
		${CHOST}-gio-querymodules "${EROOT}/usr/$(get_libdir)/gio/modules"
71
	}
72
	multilib_foreach_abi multilib_pkg_postinst
73
}
74
75
pkg_postrm() {
76
	multilib_pkg_postrm() {
77
		einfo "Generating GIO modules cache..."
78
		${CHOST}-gio-querymodules "${EROOT}/usr/$(get_libdir)/gio/modules"
79
	}
80
	multilib_foreach_abi multilib_pkg_postrm
81
}

Return to bug 518422