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

Modified Files:
        xfree86.info xorg.info 
Log Message:
another x fix :(

Index: xorg.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/x11-system/xorg.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xorg.info   17 May 2005 16:23:14 -0000      1.10
+++ xorg.info   6 Jun 2005 17:07:32 -0000       1.11
@@ -1,6 +1,6 @@
 Package: xorg
 Version: 6.8.2
-Revision: 34
+Revision: 35
 BuildDepends: 
 Depends: %N-shlibs (>= %v-%r)
 Provides: xserver, x11-dev, x11, rman, libgl-dev, libgl, xft2-dev, xft2, 
fontconfig1-dev, fontconfig1
@@ -219,7 +219,6 @@
 esac
 <<
 PostInstScript: <<
-/usr/X11R6/bin/fc-cache
 if [ -L /etc/X11 ]; then
        rm -f /etc/X11
 else
@@ -233,10 +232,11 @@
 for file in fonts.conf fonts.dtd; do
        if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
        if ! [ -f /private/etc/fonts/$file.bak ]; then
-               cp -f /private/etc/fonts/$file /private/etc/fonts/$file.bak
+               [ -f /private/etc/fonts/$file ] && cp -f 
/private/etc/fonts/$file /private/etc/fonts/$file.bak
                cp -f %p/share/x11/fonts/$file /private/etc/fonts/
        fi
 done
+/usr/X11R6/bin/fc-cache
 <<
 PreRmScript: <<
 case "$1" in

Index: xfree86.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/x11-system/xfree86.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xfree86.info        17 May 2005 16:23:03 -0000      1.13
+++ xfree86.info        6 Jun 2005 17:07:32 -0000       1.14
@@ -1,6 +1,6 @@
 Package: xfree86
 Version: 4.5.0
-Revision: 23
+Revision: 24
 BuildDepends: 
 Depends: %N-shlibs (>= %v-%r)
 Provides: xserver, x11-dev, x11, rman, libgl-dev, libgl, xft2-dev, xft2, 
fontconfig1-dev, fontconfig1
@@ -227,7 +227,6 @@
 esac
 <<
 PostInstScript: <<
-/usr/X11R6/bin/fc-cache
 if [ -L /etc/X11 ]; then
        rm -f /etc/X11
 else
@@ -241,10 +240,11 @@
 for file in fonts.conf fonts.dtd; do
        if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
        if ! [ -f /private/etc/fonts/$file.bak ]; then
-               cp -f /private/etc/fonts/$file /private/etc/fonts/$file.bak
+               [ -f /private/etc/fonts/$file ] && cp -f 
/private/etc/fonts/$file /private/etc/fonts/$file.bak
                cp -f %p/share/x11/fonts/$file /private/etc/fonts/
        fi
 done
+/usr/X11R6/bin/fc-cache
 <<
 PreRmScript: <<
 case "$1" in



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to