kanidm/unix_integration/resolver/debian/prerm

6 lines
89 B
Plaintext
Raw Normal View History

if [ "$1" = remove ]; then
pam-auth-update --package --remove kanidm
fi
#DEBHELPER#