We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0690c90 commit 0ee5b46Copy full SHA for 0ee5b46
browser/installer/removed-files.in
@@ -64,7 +64,7 @@
64
# Equals Contents/Resources/ on Mac OX X and is an empty string on other
65
# platforms.
66
67
-# File Removals
+# Common File Removals
68
# This is located under the "distribution/" directory and it was added before
69
# Firefox 27
70
@DIR_MACOS@distribution/extensions/testpilot@labs.mozilla.com.xpi
@@ -79,7 +79,17 @@
79
#endif
80
81
82
-# Directory removals
+# 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
93
@DIR_MACOS@chrome/
94
#ifdef XP_UNIX
95
#ifndef XP_MACOSX
0 commit comments