summaryrefslogtreecommitdiff
path: root/debian/libpam-runtime.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-runtime.postinst
parent318174e367b3b8d192c3f05b81f3e27921c24e1b (diff)
fix-up commit to match 1.1.0-6 from the archive
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r--debian/libpam-runtime.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst
index e684db9a..f5d28a34 100644
--- a/debian/libpam-runtime.postinst
+++ b/debian/libpam-runtime.postinst
@@ -4,7 +4,7 @@
# -- only create on package install.
force=
-if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-5
+if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-6
then
force=--force
for configfile in common-auth common-account common-session \