diff options
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index 230774d2..3c54bc61 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -16,8 +16,7 @@ calculate_md5sum() # If the user has removed the config file, respect this sign of dementia # -- only create on package install. force= -if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-11 -then +if [ -z "$2" ]; then force=--force for configfile in common-auth common-account common-session \ common-password |