summarylogtreecommitdiffstats
path: root/cie-middleware.install
blob: c5c046287fb28e2af4e2b441a76b57c8d4d09970 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "==> To interact with the CIE smartcard the pcsclite daemon has to be started, with e.g."
	echo "==> # systemctl start pcscd.service"
}

post_upgrade() {
	post_install
}