From 05ef4b8936ece6c929fd16597504dde98072d4e8 Mon Sep 17 00:00:00 2001
From: Joerg Schirottke <master@kanotix.com>
Date: Thu, 24 Mar 2016 11:25:14 +0100
Subject: fix: google chrome hook and chromium-l10n

---
 config/chroot_local-includes/lib/live/config/9010-hotfixes | 2 +-
 config/lists/google-chrome                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/chroot_local-includes/lib/live/config/9010-hotfixes b/config/chroot_local-includes/lib/live/config/9010-hotfixes
index e82472f..ad85bbb 100755
--- a/config/chroot_local-includes/lib/live/config/9010-hotfixes
+++ b/config/chroot_local-includes/lib/live/config/9010-hotfixes
@@ -48,7 +48,7 @@ if [ -x /var/lib/dpkg/info/google-chrome-stable.postinst ]; then
 cat <<EOT >/etc/apt/sources.list.d/google-chrome.list
 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
 # You may comment out this entry, but any other modifications may be lost.
-deb http://dl.google.com/linux/chrome/deb/ stable main
+deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
 EOT
 fi
 
diff --git a/config/lists/google-chrome b/config/lists/google-chrome
index a213af4..010ad5b 100644
--- a/config/lists/google-chrome
+++ b/config/lists/google-chrome
@@ -1,7 +1,7 @@
 # use chromium instead of chrome for 32 bit
 
 #if ARCHITECTURE i386
-chromium
+chromium-l10n
 #endif
 
 #if ARCHITECTURE amd64
-- 
cgit v1.0