summaryrefslogtreecommitdiff
path: root/debian/libpam-runtime.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-20 12:14:00 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:26 -0800
commit1d93bdd82c0196f60aac1361b9fdfa8451ec40fe (patch)
tree11599999dd796b183e8a1d2ad5daadf598dc895b /debian/libpam-runtime.postinst
parentbedde1288078193d0191f89fd824590964a90fb9 (diff)
bump the version check to 1.0.1-4; we had to upload 1.0.1-3 as a security fix
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 a0387edf..534616d3 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-3
+if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-4
then
force=--force
for configfile in common-auth common-account common-session \