brltty.install 220 B

12345678910111213
  1. post_install () {
  2. [ ! -e /etc/brlapi.key ] && brltty-genkey
  3. echo "Please add your user to the brlapi group."
  4. }
  5. post_upgrade () {
  6. post_install
  7. }
  8. post_remove() {
  9. [ -e /etc/brlapi.key ] && rm -v /etc/brlapi.key
  10. }