From cb448e6474f53e4e40bfb594597156dc6256605c Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Thu, 13 Feb 2025 20:05:18 +0100 Subject: d/libpam-runtime.postinst: Drop redundant version check The check against version 1.0.1-11 has been redundant since Debian 5 "lenny". --- debian/libpam-runtime.postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') 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 -- cgit v1.2.3