chiark / gitweb /
11329dd13a715cfdaef4e520ca3e3b68a1a617dd
[elogind.git] / debian / libpam-elogind.prerm
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = remove ]; then
6         pam-auth-update --package --remove consolekit
7 fi
8
9