summaryrefslogtreecommitdiff
path: root/debian/libpam-modules.preinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-08-25 00:07:59 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:25:56 -0800
commitdb06131cd414923f9d7c93b5e104ece9e6a511db (patch)
treec01b4a405c1c92dcbf6a88dfef3dbec03b37653c /debian/libpam-modules.preinst
parent3c412b161a0e6be81e3aec5192e1bbd00435b7dc (diff)
And bump the version checks in the libpam-modules {pre,post}inst, so that
the necessary services get restarted for any modules that need the new symbols.
Diffstat (limited to 'debian/libpam-modules.preinst')
-rw-r--r--debian/libpam-modules.preinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-modules.preinst b/debian/libpam-modules.preinst
index 5c106085..486c6016 100644
--- a/debian/libpam-modules.preinst
+++ b/debian/libpam-modules.preinst
@@ -4,7 +4,7 @@ set -e
. /usr/share/debconf/confmodule
-if dpkg --compare-versions "$2" lt-nl 0.99.10.0; then
+if dpkg --compare-versions "$2" lt-nl 1.1.0; then
db_version 2.0
if pidof xscreensaver xlockmore >/dev/null; then