speedo,w32: Fix uninstallation

* build-aux/speedo/w32/inst.nsi (-un.gnupg): Delete distsigkey and
dirmngr-conf.skel
This commit is contained in:
Andre Heinecke 2016-05-04 12:00:56 +02:00
parent 3f58fc6466
commit 5ec76fd0c3
1 changed files with 2 additions and 0 deletions

View File

@ -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"