зеркало из https://github.com/mozilla/pjs.git
Remove autocomplete.xpt as an interim fix for bug 280084. r=dveditz, sr=ben.
This commit is contained in:
Родитель
b386ce3002
Коммит
bd9aa542f8
|
@ -33,6 +33,10 @@ function upgradeCleanup()
|
|||
deleteThisFile("Components", "util.xpt");
|
||||
deleteThisFile("Components", "compreg.dat");
|
||||
deleteThisFile("Components", "xpti.dat");
|
||||
|
||||
// Remove non-linked xpt files for rev'd interfaces; this prevents a
|
||||
// conflict if you had previously installed a zip build in the app directory.
|
||||
deleteThisFile("Components", "autocomplete.xpt");
|
||||
|
||||
// Remove defunct defaults files.
|
||||
deleteThisFile("Program", "defaults/pref/all.js");
|
||||
|
|
|
@ -340,6 +340,10 @@ function upgradeCleanup()
|
|||
// UA/app version strings if we do not remove them.
|
||||
deleteThisFile("Program", "defaults/pref/bug259708.js");
|
||||
|
||||
// Remove non-linked xpt files for rev'd interfaces; this prevents a
|
||||
// conflict if you had previously installed a zip build in the app directory.
|
||||
deleteThisFile("Components", "autocomplete.xpt");
|
||||
|
||||
// Now clean up Uninstall entries that may be laying around in the
|
||||
// registry for older versions of the software that we're overwriting/
|
||||
// upgrading...
|
||||
|
|
Загрузка…
Ссылка в новой задаче