Skip to content

Commit 0ee5b46

Browse files
author
Robert Strong
committed
Mac v2 signing - Bug 1070149 - Add explicit file removals for channel-prefs.js, update-settings.ini, and precomplete files. r=spohl
1 parent 0690c90 commit 0ee5b46

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

browser/installer/removed-files.in

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# Equals Contents/Resources/ on Mac OX X and is an empty string on other
6565
# platforms.
6666

67-
# File Removals
67+
# Common File Removals
6868
# This is located under the "distribution/" directory and it was added before
6969
# Firefox 27
7070
@DIR_MACOS@distribution/extensions/testpilot@labs.mozilla.com.xpi
@@ -79,7 +79,17 @@
7979
#endif
8080
#endif
8181

82-
# Directory removals
82+
# Mac OS X v2 signing removals
83+
#ifdef XP_MACOSX
84+
precomplete
85+
@DIR_MACOS@active-update.xml
86+
@DIR_MACOS@update-settings.ini
87+
@DIR_MACOS@updates.xml
88+
@DIR_MACOS@defaults/*
89+
@DIR_MACOS@updates/*
90+
#endif
91+
92+
# Common Directory removals
8393
@DIR_MACOS@chrome/
8494
#ifdef XP_UNIX
8595
#ifndef XP_MACOSX

0 commit comments

Comments
 (0)