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

(-)xf86-input-synaptics-1.2.2.ebuild (-1 / +1 lines)
Lines 32-38 Link Here
32
pkg_postinst() {
32
pkg_postinst() {
33
	x-modular_pkg_postinst
33
	x-modular_pkg_postinst
34
	# Just a friendly warning
34
	# Just a friendly warning
35
	if linux_config_exists \
35
	if ! linux_config_exists \
36
			|| ! linux_chkconfig_present INPUT_EVDEV; then
36
			|| ! linux_chkconfig_present INPUT_EVDEV; then
37
		echo
37
		echo
38
		ewarn "This driver requires event interface support in your kernel"
38
		ewarn "This driver requires event interface support in your kernel"

Return to bug 298227