Skip to content

Commit de69603

Browse files
author
Robert Strong
committed
Bug 1508637 - Update comments in removed-files.in. r=mhowell
Removed comment about Firefox 27 and below since it is no longer relevant after the LZMA watershed Changed a couple of comments for clarity Differential Revision: https://phabricator.services.mozilla.com/D12424 --HG-- extra : moz-landing-system : lando
1 parent ac51e25 commit de69603

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

browser/installer/removed-files.in

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@
99
# the vast majority of cases.
1010

1111
# When to use removed-files.in file to remove files and directories:
12-
# * Files and directories located in the installation's "distribution/" and
13-
# "extensions/" directories that were added before Firefox 27. Files and
14-
# directories located in these directories were not included in the
15-
# application update file removals for a complete update prior to Firefox 27.
1612
# * Empty directories that were accidentally added to the installation
1713
# directory.
18-
# * Third party files and directories that were added to the installation
19-
# directory. Under normal circumstances this should only be done after release
20-
# drivers have approved the removal of these third party files.
14+
# * Files and directories that were added to the installation directory after
15+
# the build was completed (typically third party files). Under normal
16+
# circumstances this should only be done after release drivers have approved
17+
# the removal of these third party files.
2118

2219
# If you are not sure whether a file or directory should be removed using the
23-
# removed-files.in file please contact one of the developers that work on
24-
# application update.
20+
# removed-files.in file please contact a developer that works on application
21+
# update.
2522

2623
# Note: the "distribution/" and "browser/extensions/" directories should never
2724
# be removed recursively since these directories are used by Partner builds and
@@ -55,7 +52,7 @@
5552
# Due to Apple Mac OS X packaging requirements files that are in the same
5653
# directory on other platforms must be located in different directories on
5754
# Mac OS X. The following defines allow specifying the Mac OS X bundle
58-
# location which will also work on other platforms.
55+
# location and will use an empty string on other platforms.
5956
#
6057
# @DIR_MACOS@
6158
# Equals Contents/MacOS/ on Mac OS X and is an empty string on other platforms.

0 commit comments

Comments
 (0)