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

(-)/Gentoo/portage/tree/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild (-3 / +5 lines)
Lines 82-90 Link Here
82
}
82
}
83
83
84
pkg_postinst() {
84
pkg_postinst() {
85
	ewarn "Older versions added /etc/X11/gtk/gtkrc which changed settings for"
85
	if [ -e /etc/X11/gtk/gtkrc ]; then
86
	ewarn "all themes it seems.  Please remove it manually as it will not due"
86
		ewarn "Older versions added /etc/X11/gtk/gtkrc which changed settings for"
87
	ewarn "to /env protection."
87
		ewarn "all themes it seems.  Please remove it manually as it will not due"
88
		ewarn "to /env protection."
89
	fi
88
	echo ""
90
	echo ""
89
	einfo "The old gtkrc is available through the new Gentoo gtk theme."
91
	einfo "The old gtkrc is available through the new Gentoo gtk theme."
90
}
92
}

Return to bug 141254