blob: 1ff917c86132c6a1e6cbc6587633ebc92508774f (
plain)
1
2
3
4
5
6
7
|
post_install(){
printf '\n\tThe user which will run tablet-switch must be added to the input group\n\n'
}
post_remove(){
printf '\n\tUsers no longer required to be in the input group should be removed from the group now.\n\n'
}
|