diff --git a/tools/update-packaging/common.sh b/tools/update-packaging/common.sh index bd66a782bf69..4b994f30169c 100755 --- a/tools/update-packaging/common.sh +++ b/tools/update-packaging/common.sh @@ -92,10 +92,6 @@ make_add_instruction() { check_for_add_if_not_update() { add_if_not_file_chk="$1" - # XXX unconditional add-if for channel-prefs.js to fix mac signature on old installs (bug 1804303) - if [ "$add_if_not_file_chk" = "Contents/Resources/defaults/pref/channel-prefs.js" ]; then - return 1 - fi if [ `basename $add_if_not_file_chk` = "channel-prefs.js" -o \ `basename $add_if_not_file_chk` = "update-settings.ini" ]; then ## "true" *giggle* diff --git a/tools/update-packaging/make_incremental_update.sh b/tools/update-packaging/make_incremental_update.sh index 30c8ab0dbe64..24d68616731a 100755 --- a/tools/update-packaging/make_incremental_update.sh +++ b/tools/update-packaging/make_incremental_update.sh @@ -78,8 +78,7 @@ if [ $# = 0 ]; then exit 1 fi -# force update to channel-prefs.js for bug 1804303 -requested_forced_updates='Contents/MacOS/firefox Contents/Resources/defaults/pref/channel-prefs.js' +requested_forced_updates='Contents/MacOS/firefox' while getopts "hqf:" flag do