summaryrefslogtreecommitdiffstats
path: root/debian/libpam-winbind.prerm
blob: ad655ca524b72d6ab6ac9418622e22dff7036847 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = remove ] && [ "${DPKG_MAINTSCRIPT_PACKAGE_REFCOUNT:-1}" = 1 ]; then
	pam-auth-update --package --remove winbind
fi

#DEBHELPER#