Mercurial > pidgin.yaz
changeset 19545:0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 30 Aug 2007 03:24:34 +0000 |
parents | 9c59ee4892b9 |
children | 1a8d6ab0c662 |
files | pidgin/win32/nsis/pidgin-installer.nsi share/ca-certs/Makefile.am |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi Thu Aug 30 03:22:33 2007 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Thu Aug 30 03:24:34 2007 +0000 @@ -693,6 +693,8 @@ ; Remove Language preference info (TODO: check if NSIS removes this) Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" + Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" + Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem" Delete "$INSTDIR\ca-certs\Verisign_RSA_Secure_Server_CA.pem" RMDir "$INSTDIR\ca-certs" RMDir /r "$INSTDIR\locale"