Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv18325/libs/pythonmods

Modified Files:
        mirte-py.info 
Log Message:
have to do update-alternatives --remove in _Pre_RmScript (not _Post_RmScript) 
because u-a cannot remove an alternative file after that file has been 
uninstalled


Index: mirte-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/pythonmods/mirte-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mirte-py.info       20 Jan 2012 21:41:15 -0000      1.1
+++ mirte-py.info       3 Apr 2012 15:55:02 -0000       1.2
@@ -1,7 +1,7 @@
 Info2: <<
 Package: mirte-py%type_pkg[python]
 Version: 0.1.0a2
-Revision: 1
+Revision: 2
 Type: python (2.5 2.6 2.7)
 Depends: python%type_pkg[python], sarah-py%type_pkg[python] (>= 0.1.0a2)
 BuildDepends: fink (>= 0.24.12)
@@ -21,7 +21,7 @@
 PostInstScript: <<
   update-alternatives --install %p/bin/mirte mirte %p/bin/%n %type_pkg[python]
 <<
-PostRmScript: <<
+PreRmScript: <<
   if [ $1 != "upgrade" ]; then
     update-alternatives --remove mirte %p/bin/%n
   fi


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to