[Pkg-gnupg-commit] [gnupg2] 181/205: speedo, w32: Fix uninstallation
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 5ec76fd0c300b52366cf8d1407fe1c8de3a8a9d4
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Wed May 4 12:00:56 2016 +0200
speedo,w32: Fix uninstallation
* build-aux/speedo/w32/inst.nsi (-un.gnupg): Delete distsigkey and
dirmngr-conf.skel
---
build-aux/speedo/w32/inst.nsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 1944379..d062345 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -1271,6 +1271,8 @@ Section "-un.gnupg"
Delete "$INSTDIR\bin\gpg-connect-agent.exe"
Delete "$INSTDIR\bin\gpgtar.exe"
+ Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel"
+ Delete "$INSTDIR\share\gnupg\distsigkey.gpg"
Delete "$INSTDIR\share\gnupg\gpg-conf.skel"
RMDir "$INSTDIR\share\gnupg"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list