diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-03-05 19:30:38 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-03-05 19:30:38 -0500 |
commit | 4d80ed3d51cf10109600ba3fd6352193b58d28c8 (patch) | |
tree | e29f0fb4ec055595f79ce40cb5a8e01987ce047d /toolkit/mozapps | |
parent | 8baaecd89c830d65aaeffe0b01931a7b0706ec47 (diff) | |
download | UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.gz UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.lz UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.tar.xz UXP-4d80ed3d51cf10109600ba3fd6352193b58d28c8.zip |
Issue #1470 - Part 3: Remove now unused update.locale
This requires changes to package-manifest in all applications
Diffstat (limited to 'toolkit/mozapps')
-rw-r--r-- | toolkit/mozapps/installer/l10n-repack.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/mozapps/installer/l10n-repack.py b/toolkit/mozapps/installer/l10n-repack.py index 783c00b71..fcf3e773c 100644 --- a/toolkit/mozapps/installer/l10n-repack.py +++ b/toolkit/mozapps/installer/l10n-repack.py @@ -20,7 +20,6 @@ NON_CHROME = set([ 'hyphenation', 'defaults/profile', 'defaults/pref*/*-l10n.js', - 'update.locale', 'updater.ini', 'extensions/langpack-*@*', 'distribution/extensions/langpack-*@*', |