SPECS: mozilla-firefox.spec - rdf and overlay info should be remov...

glen glen at pld-linux.org
Sun Apr 23 02:12:16 CEST 2006


Author: glen                         Date: Sun Apr 23 00:12:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rdf and overlay info should be removed on postun not preun
- one xpcom-generate is enough on upgrade (one from new version)

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.135 -> 1.136) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.135 SPECS/mozilla-firefox.spec:1.136
--- SPECS/mozilla-firefox.spec:1.135	Sun Apr 23 02:06:13 2006
+++ SPECS/mozilla-firefox.spec	Sun Apr 23 02:12:11 2006
@@ -279,11 +279,6 @@
 %{_sbindir}/firefox-chrome+xpcom-generate
 
 %postun
-if [ "$1" != "0" ]; then
-	%{_sbindir}/firefox-chrome+xpcom-generate
-fi
-
-%preun
 if [ "$1" = "0" ]; then
 	rm -rf %{_firefoxdir}/chrome/overlayinfo
 	rm -f  %{_firefoxdir}/chrome/*.rdf
@@ -359,6 +354,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.136  2006/04/23 00:12:11  glen
+- rdf and overlay info should be removed on postun not preun
+- one xpcom-generate is enough on upgrade (one from new version)
+
 Revision 1.135  2006/04/23 00:06:13  glen
 - move 1.0 upgrade message to trigger and correct english
 - 755 attr for plugin files, rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mozilla-firefox.spec?r1=1.135&r2=1.136&f=u



More information about the pld-cvs-commit mailing list