From e91a5a0b15345262d58816c3d53b8cec24135918 Mon Sep 17 00:00:00 2001 From: Jordan Pryde Date: Wed, 11 Nov 2015 13:53:21 -0500 Subject: [PATCH] Apply s455wang patch: 0001-remove-webcam-update-quantal-to-trusty-chromium-chro.patch --- nodes.ia | 2 +- packages.ia | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.ia b/nodes.ia index 44ec895..6ed357c 100644 --- a/nodes.ia +++ b/nodes.ia @@ -6,7 +6,7 @@ profiles core; profiles csclub office machine amd64 trusty; @maltodextrin -profiles csclub office machine amd64 quantal webcam; +profiles csclub office machine amd64 trusty; @natural-flavours profiles csclub office machine amd64 quantal; diff --git a/packages.ia b/packages.ia index 0430479..24ce98d 100644 --- a/packages.ia +++ b/packages.ia @@ -447,7 +447,7 @@ if @x-core { install xterm rxvt rxvt-unicode-256color gnome-terminal; # web browsers - install firefox/iceweasel google-chrome-stable chromium; + install firefox/iceweasel google-chrome-stable chromium-browser; remove google-chrome-unstable google-chrome-testing; };