blob: 2dd3968f97b424ac7d61dbfc812b98f0e0197f7b (
plain)
1
2
3
4
5
6
|
post_install() {
echo "This is for laptops with trackpoint and clickpad."
echo "In the default settings, the upper 40% area of touchpad will work as trackpoint button."
echo "The lower area will work as touchpad as it is."
}
|