mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-23 05:50:45 -04:00
import from anon-gpg-conf
This commit is contained in:
parent
1b2a34ea80
commit
5c81e1f23f
4 changed files with 359 additions and 2 deletions
5
debian/security-misc.postinst
vendored
5
debian/security-misc.postinst
vendored
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue