13 lines
496 B
Diff
13 lines
496 B
Diff
diff --git a/chrome/installer/linux/debian/postinst b/chrome/installer/linux/debian/postinst
|
|
index 34c6c20a8e959dfcbcb9cd0b81a3dc7cd1e546ae..f26dda795f7acb1fe2fd225ffcf5421cf52935b0 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
|