summaryrefslogtreecommitdiff
path: root/debian/libpam-cracklib.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2019-01-08 17:25:08 -0800
committerSteve Langasek <vorlon@debian.org>2019-01-08 17:27:06 -0800
commitb793c72560535d64ff441e5af5b1ad832c9f5e1f (patch)
treec7db4a00aefb8dba66c79e6fe3588ab607876c4b /debian/libpam-cracklib.postinst
parent318174e367b3b8d192c3f05b81f3e27921c24e1b (diff)
fix-up commit to match 1.1.0-6 from the archive
Diffstat (limited to 'debian/libpam-cracklib.postinst')
-rw-r--r--debian/libpam-cracklib.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-cracklib.postinst b/debian/libpam-cracklib.postinst
index 637d38f2..cf52f262 100644
--- a/debian/libpam-cracklib.postinst
+++ b/debian/libpam-cracklib.postinst
@@ -2,7 +2,7 @@
set -e
-if dpkg --compare-versions "$2" lt 1.0.1-5; then
+if dpkg --compare-versions "$2" lt 1.0.1-6; then
pam-auth-update --package
fi