From 460430b4a621fe539301fed1f62d86ef6c15c519 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 19 May 2020 23:39:25 +1200 Subject: Don't configure GnuPG itself anymore Causes more problems than it solves now. Just need to consistently use new versions. --- Makefile | 2 -- gnupg/gpg.conf | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 gnupg/gpg.conf diff --git a/Makefile b/Makefile index fb861593..3cf44ee3 100644 --- a/Makefile +++ b/Makefile @@ -455,8 +455,6 @@ install-git: git/config $(GIT_TEMPLATE_HOOKS) install-gnupg: gnupg/profile.d/gnupg.sh install-sh cp -p -- gnupg/profile.d/* $(HOME)/.profile.d - mkdir -m 0700 -p -- $(HOME)/.gnupg - cp -p -- gnupg/*.conf $(HOME)/.gnupg install-gtk: mkdir -p -- $(XDG_CONFIG_HOME)/gtk-3.0 diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf deleted file mode 100644 index 97c1ca77..00000000 --- a/gnupg/gpg.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Assume I mean to encrypt to myself if no recipient is specified -default-recipient-self - -# Don't use key IDs in listings, just show full fingerprints -keyid-format none - -# Suppress the copyright message -no-greeting - -# Don't sign pictures or other binary UID data -only-sign-text-ids - -# Show fingerprints where they might not otherwise appear -with-fingerprint -- cgit v1.2.3