summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/fix-google-earth
blob: 0b3380ad0e92db698925a5dd4d2e81c0368e0833 (plain)
1
2
3
4
5
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