pidgin/win32/nsis/pidgin-installer.nsi

branch
release-2.x.y
changeset 36277
1648d789c7d2
parent 36228
1cdc641d433e
child 36278
f02f7d1fb4d5
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Sun Nov 23 08:55:30 2014 -0800
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Sun Nov 23 22:10:05 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