summarylogtreecommitdiffstats
path: root/twofing-git.install
blob: b4d225450497a0c27c001e05b83367db69150275 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo "The easiest way to start the two-finger daemon is by running:"
    echo "    twofing --wait /dev/input/xxx"
    echo "where /dev/input/xxx refers to the multitouch input device."
}

post_upgrade() {
    echo "The easiest way to start the two-finger daemon is by running:"
    echo "    twofing --wait /dev/input/xxx"
    echo "where /dev/input/xxx refers to the multitouch input device."
}