6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
|
case ${ACTION} in
|
||
|
purge)
|
||
|
rm -f usr/bin/pinentry
|
||
|
;;
|
||
|
esac
|