import from anon-gpg-conf

This commit is contained in:
Patrick Schleizer 2020-04-06 09:25:45 -04:00
parent 1b2a34ea80
commit 5c81e1f23f
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48
4 changed files with 359 additions and 2 deletions

View file

@ -17,6 +17,11 @@ true "
case "$1" in
configure)
if [ -d /etc/skel/.gnupg ]; then
## Lintian warns against use of chmod --recursive.
chmod 700 /etc/skel/.gnupg
fi
## /usr/share/glib-2.0/schemas/30_security-misc.gschema.override
glib-compile-schemas /usr/share/glib-2.0/schemas || true
;;