pidgin/win32/nsis/pidgin-installer.nsi

changeset 36281
017310ea69c0
parent 36229
c6b248d98ba9
parent 36278
f02f7d1fb4d5
child 36308
4432aff3b90d
child 37158
96b5ab42da00
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Thu Nov 13 03:58:07 2014 -0500
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Sun Nov 23 23:20:53 2014 -0500
@@ -338,6 +338,8 @@
     ;Delete old liboscar and libjabber since they tend to be problematic
     Delete "$INSTDIR\plugins\liboscar.dll"
     Delete "$INSTDIR\plugins\libjabber.dll"
+    ;Delete misnamed nss-prefs plugin from 2.10.11
+    Delete "$INSTDIR\plugins\.dll"
 
     File /r /x locale /x Gtk ..\..\..\${PIDGIN_INSTALL_DIR}\*.*
 

mercurial