mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02: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"
|
SetOutPath "$INSTDIR\share\gnupg"
|
||||||
File "share/gnupg/gpg-conf.skel"
|
File "share/gnupg/gpg-conf.skel"
|
||||||
|
File "share/gnupg/dirmngr-conf.skel"
|
||||||
|
File "share/gnupg/distsigkey.gpg"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
||||||
@ -908,6 +910,7 @@ Section "-un.gnupglast"
|
|||||||
no_uiserver:
|
no_uiserver:
|
||||||
ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf
|
ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf
|
||||||
ExecWait '"$INSTDIR\bin\gpgconf" --kill gpg-agent'
|
ExecWait '"$INSTDIR\bin\gpgconf" --kill gpg-agent'
|
||||||
|
ExecWait '"$INSTDIR\bin\gpgconf" --kill dirmngr'
|
||||||
no_gpgconf:
|
no_gpgconf:
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user