summaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
authorAndre Heinecke <aheinecke@intevation.de>2016-05-04 12:00:56 +0200
committerAndre Heinecke <aheinecke@intevation.de>2016-05-04 12:24:07 +0200
commit5ec76fd0c300b52366cf8d1407fe1c8de3a8a9d4 (patch)
tree20ccb6abb3b4162ffcd9bc484ad11334bdf945bf /build-aux
parentspeedo,w32: Install localisation (diff)
downloadgnupg2-5ec76fd0c300b52366cf8d1407fe1c8de3a8a9d4.tar.xz
gnupg2-5ec76fd0c300b52366cf8d1407fe1c8de3a8a9d4.zip
speedo,w32: Fix uninstallation
* build-aux/speedo/w32/inst.nsi (-un.gnupg): Delete distsigkey and dirmngr-conf.skel
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/speedo/w32/inst.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 19443797c..d062345d1 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"