summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-11-05 12:00:37 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-11-05 12:00:37 +0000
commit15e1d52c06cdc614e392e985edae94e5550cf19f (patch)
treec2bfcc35f60739cf1075470a1e3969b162eb8ab2 /firefox.sh.in
parent- Tweak the default backspace behavior to be more in line with GNOME (diff)
downloadlibrewolf-fedora-ff-15e1d52c06cdc614e392e985edae94e5550cf19f.tar.gz
librewolf-fedora-ff-15e1d52c06cdc614e392e985edae94e5550cf19f.tar.bz2
librewolf-fedora-ff-15e1d52c06cdc614e392e985edae94e5550cf19f.zip
updated to the latest upstream, sync. with f8
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in7
1 files changed, 7 insertions, 0 deletions
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`
bgstack15