1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

New command --gpgconf-test.

This commit is contained in:
Werner Koch 2006-10-23 14:21:41 +00:00
parent 9e9214b944
commit 31cf39791e
5 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-10-02 Werner Koch <wk@g10code.com>
* w32installer.nsi: Don't uninstall winpt if the installer comes
without it. I fixed it despite of what I said in bug 521.
2006-09-13 Werner Koch <wk@g10code.com>
* autogen.sh: Better detection of the cross compiler.

View file

@ -385,11 +385,14 @@ Section "Uninstall"
Delete "$INSTDIR\gpgsplit.exe"
Delete "$INSTDIR\gpgv.exe"
!ifdef WITH_WINPT
Delete "$INSTDIR\WinPT.exe"
Delete "$INSTDIR\PTD.dll"
Delete "$INSTDIR\Doc\README.winpt.txt"
Delete "$INSTDIR\Doc\NEWS.winpt.txt"
Delete "$INSTDIR\Doc\keyserver.conf"
!endif
Delete "$INSTDIR\Doc\gnupg.man"
Delete "$INSTDIR\Doc\gpg.man"