aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/epiphany.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/epiphany.in b/src/epiphany.in
index fe0c28f5d..5efa1562e 100644
--- a/src/epiphany.in
+++ b/src/epiphany.in
@@ -11,6 +11,11 @@ else
exit
fi
+if [ -z "$MOZ_PLUGIN_PATH" ]; then
+ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins:/usr/libexec/plugins/mozilla
+ export MOZ_PLUGIN_PATH
+fi
+
LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH