Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/x11-system
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5330/common/main/finkinfo/x11-system

Modified Files:
        xfree86.info xorg.info 
Log Message:
minor tweaks

Index: xorg.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/x11-system/xorg.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xorg.info   12 May 2005 20:41:57 -0000      1.10
+++ xorg.info   13 May 2005 15:47:31 -0000      1.11
@@ -189,7 +189,7 @@
 PreInstScript: <<
 echo "WARNING: if you compile X11 applications against this X.org release,"
 echo "you will *not* be able to run them if you decide to revert to Apple's"
-echo "X11 provided with Panther."
+echo "X11 provided with the OS."
 
 case "$1" in
        install)
@@ -238,7 +238,7 @@
        fi
 done
 <<
-PreRmScript: <<
+PostRmScript: <<
 case "$1" in
        remove|purge)
                if [ -L /etc/X11 ]; then
@@ -247,7 +247,7 @@
                if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
                for file in fonts.conf fonts.dtd; do
                        if [ -f /private/etc/fonts/$file.bak ]; then
-                               mv -f /private/etc/fonts/$file 
/private/etc/fonts/$file.saved
+                               mv -f /private/etc/fonts/$file 
/private/etc/fonts/$file.%N
                                mv -f /private/etc/fonts/$file.bak 
/private/etc/fonts/$file
                        fi
                done

Index: xfree86.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/x11-system/xfree86.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- xfree86.info        12 May 2005 20:41:57 -0000      1.12
+++ xfree86.info        13 May 2005 15:47:30 -0000      1.13
@@ -197,7 +197,7 @@
 PreInstScript: <<
 echo "WARNING: if you compile X11 applications against this XFree86 release,"
 echo "you will *not* be able to run them if you decide to revert to Apple's"
-echo "X11 provided with Panther."
+echo "X11 provided with the OS."
 
 case "$1" in
        install)
@@ -246,7 +246,7 @@
        fi
 done
 <<
-PreRmScript: <<
+PostRmScript: <<
 case "$1" in
        remove|purge)
                if [ -L /etc/X11 ]; then
@@ -255,7 +255,7 @@
                if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
                for file in fonts.conf fonts.dtd; do
                        if [ -f /private/etc/fonts/$file.bak ]; then
-                               mv -f /private/etc/fonts/$file 
/private/etc/fonts/$file.saved
+                               mv -f /private/etc/fonts/$file 
/private/etc/fonts/$file.%N
                                mv -f /private/etc/fonts/$file.bak 
/private/etc/fonts/$file
                        fi
                done



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to