From f5bf0a6dd41a7bdd64f5d8a9e238db4d0a57e373 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Fri, 20 Dec 2013 14:57:40 +0100
Subject: fix-google-earth-wheezy-stable-libcurl3

---
 config/chroot_local-hooks/fix-google-earth | 6 ++++++
 config/lists/google-earth                  | 3 +++
 2 files changed, 9 insertions(+)
 create mode 100755 config/chroot_local-hooks/fix-google-earth

diff --git a/config/chroot_local-hooks/fix-google-earth b/config/chroot_local-hooks/fix-google-earth
new file mode 100755
index 0000000..0b3380a
--- /dev/null
+++ b/config/chroot_local-hooks/fix-google-earth
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+dpkg -l google-earth* | grep -q 6.0.3.2197 || exit 0
+
+rm -vf /opt/google/earth/free/libcurl.so.4
+ldconfig
diff --git a/config/lists/google-earth b/config/lists/google-earth
index f7d72cc..20a15ae 100644
--- a/config/lists/google-earth
+++ b/config/lists/google-earth
@@ -1,2 +1,5 @@
 # google-earth
 google-earth-stable
+#if ARCHITECTURE i386
+libcurl3
+#endif
-- 
cgit v1.0