summarylogtreecommitdiffstats
path: root/digilent-agent.install
blob: 56ecb0b8e1f8666c8d8d57e01a6c374b558f4721 (plain)
1
2
3
4
5
6
7
8
9
10
## arg 1:  the new package version
post_install() {
  echo "
You need to add youself to the 'uucp' usergroup to be able connect to the 
serial ports. Use something like this:

  sudo usermod -aG uucp <your username>

"
}