speedo,w32: Improve installer.

* build-aux/speedo/w32/inst.nsi (SEC_gnupg): Install dirmngr.conf and
distsigkey.gpg.
(un.gnupglast): Stop dirmngr.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-12-04 09:11:11 +01:00
parent 28311d1fa5
commit 0fe3614d9a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 3 additions and 0 deletions

View File

@ -606,6 +606,8 @@ Section "GnuPG" SEC_gnupg
SetOutPath "$INSTDIR\share\gnupg"
File "share/gnupg/gpg-conf.skel"
File "share/gnupg/dirmngr-conf.skel"
File "share/gnupg/distsigkey.gpg"
SectionEnd
@ -908,6 +910,7 @@ Section "-un.gnupglast"
no_uiserver:
ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf
ExecWait '"$INSTDIR\bin\gpgconf" --kill gpg-agent'
ExecWait '"$INSTDIR\bin\gpgconf" --kill dirmngr'
no_gpgconf:
SectionEnd