summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2013-12-20 14:57:40 +0100
committerHolger Paradies <retabell@gmx.de>2014-02-02 10:31:12 +0100
commitf5bf0a6dd41a7bdd64f5d8a9e238db4d0a57e373 (patch)
treec6e41a681777a7f002a43e094b694c0e27f8d67c /config/chroot_local-hooks
parentf18f2e55e9fcd181d96729b868e1fb8338d44d40 (diff)
downloadkanotix-f5bf0a6dd41a7bdd64f5d8a9e238db4d0a57e373.zip
kanotix-f5bf0a6dd41a7bdd64f5d8a9e238db4d0a57e373.tar.gz
fix-google-earth-wheezy-stable-libcurl3
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/fix-google-earth6
1 files changed, 6 insertions, 0 deletions
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