diff options
Diffstat (limited to 'build-aux/speedo/w32/inst.nsi')
-rw-r--r-- | build-aux/speedo/w32/inst.nsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi index f130a4eda..9ccc0e188 100644 --- a/build-aux/speedo/w32/inst.nsi +++ b/build-aux/speedo/w32/inst.nsi @@ -628,6 +628,7 @@ Section "GnuPG" SEC_gnupg File "bin/gpgtar.exe" File "libexec/dirmngr_ldap.exe" File "libexec/gpg-preset-passphrase.exe" + File "libexec/gpg-check-pattern.exe" File "libexec/gpg-wks-client.exe" ClearErrors @@ -658,6 +659,11 @@ Section "GnuPG" SEC_gnupg File "share/gnupg/distsigkey.gpg" File "share/gnupg/sks-keyservers.netCA.pem" + SetOutPath "$INSTDIR\share\gnupg\examples" + File "share/gnupg/examples/VS-NfD.prf" + File "share/gnupg/examples/Automatic.prf" + File "share/gnupg/examples/pwpattern.txt" + SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES" File share/locale/ca/LC_MESSAGES/gnupg2.mo SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES" @@ -1317,8 +1323,14 @@ Section "-un.gnupg" Delete "$INSTDIR\bin\gpg-card.exe" Delete "$INSTDIR\bin\dirmngr_ldap.exe" Delete "$INSTDIR\bin\gpg-preset-passphrase.exe" + Delete "$INSTDIR\bin\gpg-check-pattern.exe" Delete "$INSTDIR\bin\gpg-wks-client.exe" + Delete "$INSTDIR\share\gnupg\examples\VS-NfD.prf" + Delete "$INSTDIR\share\gnupg\examples\Automatic.prf" + Delete "$INSTDIR\share\gnupg\examples\pwpattern.txt" + RMDir "$INSTDIR\share\gnupg\examples" + Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem" Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel" Delete "$INSTDIR\share\gnupg\distsigkey.gpg" |