Skip to content

Commit

Permalink
Disable removal of Google repo (fixes brave/brave-browser#6912)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Dec 31, 2019
1 parent 1b991ad commit 8c58e4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/chrome-installer-linux-debian-postrm.patch
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

0 comments on commit 8c58e4f

Please sign in to comment.