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

(-)/usr/portage/app-emulation/wine/wine-20050524.ebuild (-3 / +5 lines)
Lines 126-133 Link Here
126
		install || die
126
		install || die
127
#	use doc && dodoc documentation/*.pdf
127
#	use doc && dodoc documentation/*.pdf
128
128
129
	insinto /usr/share/wine
130
	doins documentation/samples/config || die "doins config"
131
132
	dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS README
129
	dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS README
133
}
130
}
131
132
pkg_postinst() {
133
	einfo "~/.wine/config is now deprecated. For configuration either use"
134
	einfo "winecfg or regedit HKCU\\Software\\Wine"
135
}

Return to bug 97367