Integrato install.

This commit is contained in:
Emiliano Vavassori 2024-03-03 23:29:39 +01:00
parent 60f044e303
commit 1c28fa1b40
3 changed files with 11 additions and 8 deletions

9
bit4id-ccid-bin.install Normal file
View file

@ -0,0 +1,9 @@
post_install() {
echo "Restarting pcscd service."
systemctl restart pcscd.service
}
post_remove() {
echo "Restarting pcscd service."
systemctl restart pcscd.service
}