stage3: add chromium

pull/21/head
Serge Schneider 2016-09-05 13:58:41 +10:00
parent 14914c7075
commit d5f1040054
2 changed files with 10 additions and 0 deletions

View File

@ -7,3 +7,4 @@ raspberrypi-artwork
policykit-1
udisks
rfkill
chromium-browser rpi-chromium-mods

View File

@ -0,0 +1,9 @@
#!/bin/bash -e
on_chroot sh -e - <<EOF
update-alternatives --install /usr/bin/x-www-browser \
x-www-browser /usr/bin/chromium-browser 86
update-alternatives --install /usr/bin/gnome-www-browser \
gnome-www-browser /usr/bin/chromium-browser 86
EOF