speedo,w32: Call gpgconf --kill all

* build-aux/speedo/w32/inst.nsi: Use kill all instead of
explicitly killing processes.
This commit is contained in:
Andre Heinecke 2023-06-07 14:43:41 +02:00 committed by Werner Koch
parent ca3f0e66bc
commit 64509134d4
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 3 deletions

View File

@ -1067,9 +1067,7 @@ Section "-un.gnupglast"
nsExec::ExecToLog '"$INSTDIR\bin\launch-gpa" "--stop-server"'
no_uiserver:
ifFileExists "$INSTDIR\bin\gpgconf.exe" 0 no_gpgconf
nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "gpg-agent"'
nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "dirmngr"'
nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "keyboxd"'
nsExec::ExecToLog '"$INSTDIR\bin\gpgconf" "--kill" "all"'
no_gpgconf:
SectionEnd