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:
parent
9e9214b944
commit
31cf39791e
5 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue