blob: e6352cb466cf1183335c27e0534fae3862c58ccd (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Overwrite the default 50-syaptics.conf with our slightly enhanced and
# better-commented version
cat $CWD/post-install/xf86-input-synaptics/50-synaptics.conf > \
$PKG/usr/share/X11/xorg.conf.d/50-synaptics.conf
mkdir -p $PKG/usr/doc/xf86-input-synaptics-$MODULAR_PACKAGE_VERSION
cp -a \
README TODO \
$PKG/usr/doc/xf86-input-synaptics-$MODULAR_PACKAGE_VERSION
|