summarylogtreecommitdiffstats
path: root/ifdnfc-nci.install
blob: 2f13533630bbdbe997119e406c20cd4179a74d1c (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	systemctl daemon-reload
	if systemctl is-active --quiet pcscd.service; then
		systemctl restart pcscd.service
	fi
	systemctl enable pcscd-resume-wakeup.service
	systemctl start pcscd-resume-wakeup.service
}