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