blob: a84a1a88ad5c183932e4e58c9b6163984d61355b (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "You may fine-tune the options of evdev-right-click-emulation in /etc/evdev-rce.conf"
echo "Systemd service name is evdev-rce.service. It can be enabled to start on boot."
}
post_upgrade() {
post_install
}
|