summarylogtreecommitdiffstats
path: root/cartao-cidadao-svn.install
blob: a79ecc4a5defcbcb0a307209cb05cb607f85ecb3 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
   echo -e "\n"
   echo ">>Do not forget to systemctl start pcscd"
   echo ">>If reader not start, try to add your username to usb permission group or run as sudo"
}

post_upgrade() {
    post_install
}