mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
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:
parent
28311d1fa5
commit
0fe3614d9a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user