Remove autocomplete.xpt as an interim fix for bug 280084. r=dveditz, sr=ben.

This commit is contained in:
bryner%brianryner.com 2005-02-25 12:21:35 +00:00
Родитель b386ce3002
Коммит bd9aa542f8
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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...