Skip to content

Commit eae0605

Browse files
committed
Bug 1883775: remove defaults/pref when it is empty r=bytesized
This will generate an `rmdir` instruction, which will remove the directory if empty. This is useful as a basic cleanup measure, but it will also fix some of the errors we've seen in our update verify tests (see bug 1883123). Differential Revision: https://phabricator.services.mozilla.com/D203803
1 parent 0c7cbe3 commit eae0605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/installer/removed-files.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
#ifdef XP_MACOSX
7878
@DIR_RESOURCES@defaults/pref/channel-prefs.js
7979
@DIR_RESOURCES@defaults/pref/
80+
@DIR_RESOURCES@defaults/
8081
#endif
8182

8283
# update-settings.ini has been removed on macOS.

0 commit comments

Comments
 (0)