pidgin/android/libpurple

Parents a8672a4a3a13
Children 75999131f023
installer: remove Baltimore_CyberTrust_Root.pem, ValiCert_Class_2_VA.pem when uninstalling

* Also delete stray backup files created by mono signcode
--- a/Makefile.mingw Wed Feb 13 22:30:55 2013 -0500
+++ b/Makefile.mingw Wed Feb 13 22:44:08 2013 -0500
@@ -38,7 +38,7 @@
-a sha1 -$$ commercial \
-n "$(2)" -i "https://pidgin.im" \
-t "http://timestamp.verisign.com/scripts/timstamp.dll" -tr 10 \
- $(1)
+ $(1) && rm -f $(1).bak
gpg_sign = $(GPG_SIGN) -ab $(1) && $(GPG_SIGN) --verify $(1).asc
--- a/pidgin/win32/nsis/pidgin-installer.nsi Wed Feb 13 22:30:55 2013 -0500
+++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed Feb 13 22:44:08 2013 -0500
@@ -532,6 +532,7 @@
Delete "$INSTDIR\ca-certs\AddTrust_External_Root.pem"
Delete "$INSTDIR\ca-certs\America_Online_Root_Certification_Authority_1.pem"
Delete "$INSTDIR\ca-certs\AOL_Member_CA.pem"
+ Delete "$INSTDIR\ca-certs\Baltimore_CyberTrust_Root.pem"
Delete "$INSTDIR\ca-certs\CAcert_Class3.pem"
Delete "$INSTDIR\ca-certs\CAcert_Root.pem"
Delete "$INSTDIR\ca-certs\Deutsche_Telekom_Root_CA_2.pem"
@@ -549,7 +550,7 @@
Delete "$INSTDIR\ca-certs\StartCom_Free_SSL_CA.pem"
Delete "$INSTDIR\ca-certs\Thawte_Premium_Server_CA.pem"
Delete "$INSTDIR\ca-certs\Thawte_Primary_Root_CA.pem"
- Delete "$INSTDIR\ca-certs\ValiCert_Class_2_VA.crt"
+ Delete "$INSTDIR\ca-certs\ValiCert_Class_2_VA.pem"
Delete "$INSTDIR\ca-certs\VeriSign_Class3_Extended_Validation_CA.pem"
Delete "$INSTDIR\ca-certs\Verisign_Class3_Primary_CA.pem"
Delete "$INSTDIR\ca-certs\VeriSign_Class_3_Public_Primary_Certification_Authority_-_G2.pem"