[Player-cvs] installer/rpm HelixPlayer.spec, 1.11.2.3, 1.11.2.4 RealPlayer.spec, 1.4.2.3, 1.4.2.4

[Player-cvs] installer/rpm HelixPlayer.spec, 1.11.2.3, 1.11.2.4 RealPlayer.spec, 1.4.2.3, 1.4.2.4

nhart at helixcommunity.org nhart at helixcommunity.org
Tue Jul 13 12:49:29 PDT 2004


Update of /cvsroot/player/installer/rpm
In directory cvs-new:/tmp/cvs-serv7438

Modified Files:
      Tag: bingo-beta
	HelixPlayer.spec RealPlayer.spec 
Log Message:
don't run post-uninstall script when doing an upgrade


Index: RealPlayer.spec
===================================================================
RCS file: /cvsroot/player/installer/rpm/RealPlayer.spec,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -d -r1.4.2.3 -r1.4.2.4
--- RealPlayer.spec	9 Jul 2004 21:35:18 -0000	1.4.2.3
+++ RealPlayer.spec	13 Jul 2004 19:49:27 -0000	1.4.2.4
@@ -133,8 +133,9 @@
     done
 )
 
-%preun
-( 
+%postun
+if [ "$1" = 0 ] ; then
+(
     APPNAME=RealPlayer
     TARGET=realplay
     INSTDIR="$RPM_INSTALL_PREFIX/$APPNAME"
@@ -199,6 +200,7 @@
 	fi
     done
 )
+fi
 
 %clean
 rm -rf %buildroot

Index: HelixPlayer.spec
===================================================================
RCS file: /cvsroot/player/installer/rpm/HelixPlayer.spec,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -d -r1.11.2.3 -r1.11.2.4
--- HelixPlayer.spec	9 Jul 2004 21:35:18 -0000	1.11.2.3
+++ HelixPlayer.spec	13 Jul 2004 19:49:27 -0000	1.11.2.4
@@ -131,7 +131,8 @@
     done
 )
 
-%preun
+%postun
+if [ "$1" = 0 ] ; then
 ( 
     APPNAME=HelixPlayer
     TARGET=hxplay
@@ -197,6 +198,7 @@
 	fi
     done
 )
+fi
 
 %clean
 rm -rf %buildroot




More information about the Player-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.