mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-30 14:01:38 +08:00
5 lines
98 B
Plaintext
Executable File
5 lines
98 B
Plaintext
Executable File
case "$ACTION" in
|
|
remove)
|
|
[ -f /tmp/pincode_was_given ] && rm -f /tmp/pincode_was_given;;
|
|
esac
|