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

Collapse All | Expand All

(-)gdm-3.8.4.ebuild (+7 lines)
Lines 180-185 Link Here
180
		ITSTOOL=$(type -P true)
180
		ITSTOOL=$(type -P true)
181
}
181
}
182
pkg_preinst() {
183
	if ! use accessibility; then
184
		rm ${D}usr/share/gdm/greeter/autostart/orca-autostart.desktop || die "removing orca-autostart.desktop failed"
185
	fi
186
	gnome2_pkg_preinst
187
}
188
182
src_install() {
189
src_install() {
183
	gnome2_src_install
190
	gnome2_src_install

Return to bug 479516