summaryrefslogtreecommitdiffstats
path: root/x11/yelp/files/yelp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'x11/yelp/files/yelp.sh')
-rw-r--r--x11/yelp/files/yelp.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/yelp/files/yelp.sh b/x11/yelp/files/yelp.sh
deleted file mode 100644
index 52a6643b7..000000000
--- a/x11/yelp/files/yelp.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-dist_bin=`dirname $0`
-
-MOZILLA_HOME=%%X11BASE%%/lib/%%MOZILLA%%
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
- LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-else
- LD_LIBRARY_PATH=$MOZILLA_HOME
-fi
-export LD_LIBRARY_PATH
-
-MOZILLA_FIVE_HOME=$MOZILLA_HOME
-export MOZILLA_FIVE_HOME
-
-exec "%%PREFIX%%/bin/yelp-bin" "$@"