10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
|
post_install() {
|
||
|
echo "Restarting pcscd service."
|
||
|
systemctl restart pcscd.service
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
echo "Restarting pcscd service."
|
||
|
systemctl restart pcscd.service
|
||
|
}
|