bit4id-ccid-bin/bit4id-ccid-bin.install

10 lines
176 B
Plaintext
Raw Normal View History

2024-03-03 23:29:39 +01:00
post_install() {
echo "Restarting pcscd service."
systemctl restart pcscd.service
}
post_remove() {
echo "Restarting pcscd service."
systemctl restart pcscd.service
}