rpms/seamonkey/F-8 seamonkey.sh.in,1.5,1.6

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Mon Nov 19 11:37:34 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/seamonkey/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10615

Modified Files:
	seamonkey.sh.in 
Log Message:
Added mozilla-plugin-config to start-up script



Index: seamonkey.sh.in
===================================================================
RCS file: /cvs/pkgs/rpms/seamonkey/F-8/seamonkey.sh.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seamonkey.sh.in	1 Oct 2007 10:27:50 -0000	1.5
+++ seamonkey.sh.in	19 Nov 2007 11:37:00 -0000	1.6
@@ -123,6 +123,14 @@
 
 # OK, here's where all the real work gets done
 
+##
+## Check wrapped plugins
+##
+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`
 




More information about the fedora-extras-commits mailing list