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` diff --git a/firefox.spec b/firefox.spec index 8abd13d..b6f30f5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.8 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -436,6 +436,9 @@ fi #--------------------------------------------------------------------- %changelog +* Wed Oct 31 2007 Martin Stransky 2.0.0.8-3 +- added mozilla-plugin-config to startup script + * Tue Oct 30 2007 Christopher Aillon 2.0.0.8-2 - Tweak the default backspace behavior to be more in line with GNOME convention, Mozilla upstream, and other distros