summarylogtreecommitdiffstats
path: root/blheli-configurator-bin.install
blob: 55340ca3bbcbcf9151973f5a1cf0d5a9b5a5c96b (plain)
1
2
3
4
5
## arg 1:  the new package version
post_install() {
  printf "\nAdd your user to the 'uucp' group, to allow serial port access.\n"
  printf "For example: 'sudo usermod -Ga uucp $USER'\n\n"
}