blob: 72e09a48fc6fc29c0fd68c1a1394f15b39bf9bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
cat << EOF
Note that you may need to add yourself to the input group:
sudo gpasswd -a <Yourusername> input
The config file is:
/usr/share/X11/xorg.conf.d/10-mtrack.conf
EOF
}
|