From 15e1d52c06cdc614e392e985edae94e5550cf19f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 5 Nov 2007 12:00:37 +0000 Subject: updated to the latest upstream, sync. with f8 --- firefox.sh.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index a7bea1b..9685712 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -143,6 +143,13 @@ function open_compose() { } # OK, here's where all the real work gets done +## +## If plugins are wrapped, check them +## +if [ -x "/usr/bin/mozilla-plugin-config" ] +then + /usr/bin/mozilla-plugin-config +fi # check to see if there's an already running instance or not ALREADY_RUNNING=`check_running` -- cgit