-
Notifications
You must be signed in to change notification settings - Fork 889
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4291 from brave/disable-repo-removal-6912
Disable removal of Google repo in Debian package
- Loading branch information
Showing
3 changed files
with
13 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
diff --git a/chrome/installer/linux/debian/postrm b/chrome/installer/linux/debian/postrm | ||
index 85b9961013ff276c13810d32ec8d927859abba37..542e1298f986d90579182ecdf2c870365190f349 100755 | ||
--- a/chrome/installer/linux/debian/postrm | ||
+++ b/chrome/installer/linux/debian/postrm | ||
@@ -30,4 +30,3 @@ if [ -s "$DEFAULTS_FILE" ]; then | ||
rm "$DEFAULTS_FILE" || exit 1 | ||
fi | ||
# Remove any Google repository added by the package. | ||
-clean_sources_lists |