mirror of
git://slackware.nl/current.git
synced 2025-01-29 08:36:40 +01:00
5 lines
135 B
Text
5 lines
135 B
Text
|
# Add default configuration file:
|
||
|
mkdir -p $PKG/usr/share/X11/xorg.conf.d
|
||
|
cp -a conf/99-libinput.conf $PKG/usr/share/X11/xorg.conf.d/
|
||
|
|