Files
brave-core/patches/chrome-installer-linux-debian-postinst.patch
Emerick Rogul 1d60bf41fa Upgrade from Chromium 147.0.7727.56 to Chromium 147.0.7727.102 (#35559)
* Update from Chromium 147.0.7727.56 to Chromium 147.0.7727.102.

* Update patches from Chromium 147.0.7727.56 to Chromium 147.0.7727.102.
2026-04-15 21:34:49 -04:00

22 lines
723 B
Diff

diff --git a/chrome/installer/linux/debian/postinst b/chrome/installer/linux/debian/postinst
index 0613a69af29b01822254170fb0e42178c45bda12..d5ffb50ff2a0b30f55e2f96be693b0f326b75ea9 100755
--- a/chrome/installer/linux/debian/postinst
+++ b/chrome/installer/linux/debian/postinst
@@ -45,6 +45,7 @@ case $CHANNEL in
PRIORITY=0
;;
esac
+PRIORITY="`expr $PRIORITY + 1`"
update-alternatives --install /usr/bin/x-www-browser x-www-browser \
/usr/bin/@@usr_bin_symlink_name $PRIORITY
@@ -60,6 +61,8 @@ update-alternatives --install /usr/bin/@@package_orig @@package_orig \
remove_udev_symlinks
+# Don't add the Chrome repo (brave/brave-browser#54299)
+exit 0
## MAIN ##
install_key
install_deb822_sources