aboutsummaryrefslogtreecommitdiff
path: root/debian/libpam0g.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-06-21 01:20:50 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:52:00 -0800
commit35ba614e7bff45179ed0c5072cbc51784cfc6cfe (patch)
treeeb0f7a82074b344c6d58ee5acf72573dc77a6caf /debian/libpam0g.postinst
parent1872ca626d0c76cdc947e5802a62603a04eb076d (diff)
downloadpam-35ba614e7bff45179ed0c5072cbc51784cfc6cfe.tar.gz
pam-35ba614e7bff45179ed0c5072cbc51784cfc6cfe.tar.bz2
pam-35ba614e7bff45179ed0c5072cbc51784cfc6cfe.zip
bump the maintainer script version check to 1.1.3-2
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r--debian/libpam0g.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index c58ed66e..741134ce 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -85,7 +85,7 @@ installed_services() {
if [ "$1" = "configure" ]
then
if [ ! -z "$2" ]; then
- if dpkg --compare-versions "$2" lt 1.1.3-1; then
+ if dpkg --compare-versions "$2" lt 1.1.3-2; then
db_version 2.0
echo -n "Checking for services that may need to be restarted..."
@@ -186,7 +186,7 @@ then
# Shut down the frontend, to make sure none of the
# restarted services keep a connection open to it
db_stop
- fi # end upgrading and $2 lt 1.1.3-1
+ fi # end upgrading and $2 lt 1.1.3-2
fi # Upgrading
fi