summarylogtreecommitdiffstats
path: root/xf86-input-egalax.install
blob: a5d82892c88660a75d5fa7b8b57f7f0a00f7b831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
_install_notes() {
    echo
    echo "(I) To start the eGTouch driver on boot:"
    echo "    # systemctl enable eGTouchD.service"
    echo
}

post_install() {
    _install_notes
}

post_upgrade() {
    _install_notes
}