summaryrefslogtreecommitdiff
path: root/iso
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-05-13 17:49:02 +0200
committerJuergen Daubert <jue@jue.li>2014-05-13 17:49:02 +0200
commit5c2af4444b17e123c21246e0973605a1975ba384 (patch)
treee8e59a5d70140de6b02b82727c21a94a60638778 /iso
parent51ac8da465aeb180d977647b2941910d0a1f7df1 (diff)
downloadiso-5c2af4444b17e123c21246e0973605a1975ba384.tar.gz
iso-5c2af4444b17e123c21246e0973605a1975ba384.tar.xz
setup-helper: inject xorg-libevdev for synaptics
Diffstat (limited to 'iso')
-rwxr-xr-xiso/bin/setup-helper4
1 files changed, 4 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper
index 82cdf5a..1a4774d 100755
--- a/iso/bin/setup-helper
+++ b/iso/bin/setup-helper
@@ -119,6 +119,10 @@ if [ `is_installed xorg-xf86-video-ati` ]; then
inject_packages xorg-glamor-egl
fi
+if [ `is_installed xorg-xf86-input-synaptics` ]; then
+ inject_packages xorg-libevdev
+fi
+
remove_packages udev
inject_packages eudev

Generated by cgit