diff options
Diffstat (limited to 'config/chroot_local-hooks/fix-google-earth')
-rwxr-xr-x | config/chroot_local-hooks/fix-google-earth | 6 |
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 |