aboutsummarylogtreecommitdiffstats
path: root/akia.install
blob: e5ea1ed35c78fd6225501d7b1c2d6b392fb2c964 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    cat <<'EOF'
==> Akia needs the PC/SC smart card daemon. Enable it with:
        systemctl enable --now pcscd.socket
==> User config/data is stored under ~/.local/share/akia/
EOF
}

post_upgrade() {
    post_install
}