blob: 4f3201d193cc199388715457f7c32b7a7833fc85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
_install_msg(){
printf "\nTo load t150_driver modules run \"modprobe hid-t150\" and \"modprobe hid-tminit\" after installation\n"
}
post_install(){
_install_msg
}
post_upgrade(){
_install_msg
}
|