mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
if [ "$1" = remove ]; then
|
||
|
pam-auth-update --package --remove kanidm
|
||
|
fi
|