diff options
author | Steve Langasek <vorlon@debian.org> | 2019-01-08 17:25:08 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 17:27:06 -0800 |
commit | b793c72560535d64ff441e5af5b1ad832c9f5e1f (patch) | |
tree | c7db4a00aefb8dba66c79e6fe3588ab607876c4b /debian/libpam-runtime.postinst | |
parent | 318174e367b3b8d192c3f05b81f3e27921c24e1b (diff) | |
download | pam-b793c72560535d64ff441e5af5b1ad832c9f5e1f.tar.gz pam-b793c72560535d64ff441e5af5b1ad832c9f5e1f.tar.bz2 pam-b793c72560535d64ff441e5af5b1ad832c9f5e1f.zip |
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.postinst | 2 |
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 \ |