summarylogtreecommitdiffstats
path: root/usbasp-udev.install
blob: 50bb991ec4409c619ab34574e4033160c8fcbe11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
post_upgrade
}

post_upgrade() {
cat << EOF

To be able to access the USBasp device, make sure that your user
is part of the 'uucp' group.

EOF
}