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