summaryrefslogtreecommitdiff
path: root/debian/libpam-cracklib.postinst
blob: cf52f262b8f801278fb51931abaced0a93871b68 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if dpkg --compare-versions "$2" lt 1.0.1-6; then
	pam-auth-update --package
fi

#DEBHELPER#