diff options
-rw-r--r-- | libpam-modules.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam-modules.postinst b/libpam-modules.postinst index b9269f85..d5921997 100644 --- a/libpam-modules.postinst +++ b/libpam-modules.postinst @@ -3,7 +3,7 @@ # If the user has removed the config file, respect this sign of dementia # -- only create on package install. -if [ -z "$2" ] || dpkg --compare-versions "$2" lt 0.99.7.1-2 +if [ -z "$2" ] || dpkg --compare-versions "$2" lt 0.99.7.1-3 then if ! [ -f /etc/security/opasswd ]; then umask 066 |