blob: b76253bfaee95eb7eaeeb93992a6435e10b11cff (
plain)
1
2
3
4
5
6
|
_pkgname="libinput-gestures"
post_install() {
echo "You must be a member of the input group to have permission to read the touchpad device!"
echo "To start the daemon automatically on login use: ${_pkgname}-setup autostart"
}
|