Mercurial > pidgin
changeset 23588:3ec514b98728
Uninstall the CAcert certs in the win32 uninstaller.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 23 Jul 2008 00:36:50 +0000 |
parents | 1452c89e7f05 |
children | b79cfdcb704e |
files | pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi Wed Jul 23 00:35:30 2008 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed Jul 23 00:36:50 2008 +0000 @@ -713,6 +713,8 @@ Push "ymsgr" Call un.UnregisterURIHandler + Delete "$INSTDIR\ca-certs\CAcert_Class3.pem" + Delete "$INSTDIR\ca-certs\CAcert_Root.pem" Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem" Delete "$INSTDIR\ca-certs\GTE_CyberTrust_Global_Root.pem" Delete "$INSTDIR\ca-certs\Microsoft_Secure_Server_Authority.pem"