summarylogtreecommitdiffstats
path: root/googleearth.sh
diff options
context:
space:
mode:
authorDet2018-02-09 02:40:03 +0200
committerDet2018-02-09 02:40:03 +0200
commit5b2db70e615604dfd5257f11d0f421b8a07ca57a (patch)
tree07ef6dcdd601eaec8dcce8d941375f7781d8bca2 /googleearth.sh
parent8c7cb5760c43c1c16916e55b2ae2a07664b000c4 (diff)
downloadaur-5b2db70e615604dfd5257f11d0f421b8a07ca57a.tar.gz
Drop the files too
Diffstat (limited to 'googleearth.sh')
-rw-r--r--googleearth.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/googleearth.sh b/googleearth.sh
deleted file mode 100644
index f5a6c18d097c..000000000000
--- a/googleearth.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Always run Google Earth from this shell script and not directly!
-# This script makes sure the app looks in the right place for libraries
-# that might also reside elsewhere.
-#
-# Ryan C. Gordon, Thu Jul 20 14:32:33 PDT 2006
-
-# We alredy know the path
-cd /opt/google/earth/free
-
-## Fix the coordinates regression:
-## http://productforums.google.com/forum/#!msg/earth/dlzBfGl4eKM/723naNYBo30J
-#export LC_NUMERIC=en_US.UTF-8
-
-# Fix Panoramio along with certain crashes
-LD_PRELOAD=/usr/lib/libfreeimage.so.3:./baifaao.so:/usr/lib/libpng15.so \
-LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH ./googleearth-bin "$@"