diff options
author | Sam Hartman <hartmans@debian.org> | 2009-07-29 10:22:11 -0400 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 19:41:59 -0800 |
commit | 397ef858f3a6c310bd975964a58bbe8631822a22 (patch) | |
tree | bd807a5073ad44bfcd15a6037bdc7dca20898605 /debian/libpam-runtime.postinst | |
parent | 7726bb284c56f53ff2e3fffc05dc8617f54570f9 (diff) | |
download | pam-397ef858f3a6c310bd975964a58bbe8631822a22.tar.gz pam-397ef858f3a6c310bd975964a58bbe8631822a22.tar.bz2 pam-397ef858f3a6c310bd975964a58bbe8631822a22.zip |
Load the confmodule in postinst so the config script runs
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index f5d28a34..4903ede8 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -2,6 +2,7 @@ # If the user has removed the config file, respect this sign of dementia # -- only create on package install. +. /usr/share/debconf/confmodule force= if [ -z "$2" ] || dpkg --compare-versions "$2" lt 1.0.1-6 |