1 2 3 4 5 6 7 8 9
#!/bin/sh post_install() { printf "==> Start and enable pcscd.service for accessing smartcard readers\n" } post_upgrade() { post_install }