mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-07 02:14:18 -04:00
shut up pam-auth-update
This commit is contained in:
parent
67ff83262b
commit
673aab6bc2
2 changed files with 12 additions and 0 deletions
6
debian/security-misc.prerm
vendored
6
debian/security-misc.prerm
vendored
|
@ -15,6 +15,12 @@ true "
|
|||
#####################################################################
|
||||
"
|
||||
|
||||
[ -n "$DEBIAN_FRONTEND" ] || DEBIAN_FRONTEND="noninteractive"
|
||||
[ -n "$DEBIAN_PRIORITY" ] || DEBIAN_PRIORITY="critical"
|
||||
[ -n "$DEBCONF_NOWARNINGS" ] || DEBCONF_NOWARNINGS="yes"
|
||||
[ -n "$APT_LISTCHANGES_FRONTEND" ] || APT_LISTCHANGES_FRONTEND="text"
|
||||
export POLICYRCD DEBIAN_FRONTEND DEBIAN_PRIORITY DEBCONF_NOWARNINGS APT_LISTCHANGES_FRONTEND
|
||||
|
||||
## pam-auth-update is usually used in postinst and prerm.
|
||||
## Added extra space after /var to avoid lintian false positive warning.
|
||||
#grep -r -l pam-auth-update /var /lib/dpkg/info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue