[Lunar-commits] r18899 - in moonbase/trunk: x11/XOrg x11-utils/fontconfig

Moritz Heiber moe at lunar-linux.org
Mon Feb 27 00:06:19 UTC 2006


Author: moe
Date: 2006-02-27 00:06:19 +0000 (Mon, 27 Feb 2006)
New Revision: 18899

Modified:
   moonbase/trunk/x11-utils/fontconfig/POST_INSTALL
   moonbase/trunk/x11/XOrg/POST_INSTALL
Log:
Ah well, we don't need to run fc-cache twice. Also, make sure there's
no fonts link inside fonts. Stupid, yet .. I have no idea where that
comes from actually...



Modified: moonbase/trunk/x11/XOrg/POST_INSTALL
===================================================================
--- moonbase/trunk/x11/XOrg/POST_INSTALL	2006-02-26 22:49:56 UTC (rev 18898)
+++ moonbase/trunk/x11/XOrg/POST_INSTALL	2006-02-27 00:06:19 UTC (rev 18899)
@@ -16,8 +16,5 @@
   ldconfig
 fi
 
-message "Running fc-cache..." &&
-/usr/bin/fc-cache -f 
-
 message "${MESSAGE_COLOR}Some things are different from XFree86 f.e. xf86config=xorgconfig${DEFAULT_COLOR}" 
 message "${MESSAGE_COLOR}xf86cfg=xorgcfg and /etc/X11/XF86Config=/etc/X11/xorg.conf${DEFAULT_COLOR}"

Modified: moonbase/trunk/x11-utils/fontconfig/POST_INSTALL
===================================================================
--- moonbase/trunk/x11-utils/fontconfig/POST_INSTALL	2006-02-26 22:49:56 UTC (rev 18898)
+++ moonbase/trunk/x11-utils/fontconfig/POST_INSTALL	2006-02-27 00:06:19 UTC (rev 18899)
@@ -1,4 +1,9 @@
 if module_installed pango; then lin -c pango; fi
 
+# We need to make sure theres no symlinks left to rot
+if [ -h /usr/share/fonts/fonts ] ; then
+  rm -f /usr/share/fonts/fonts
+fi
+
 message "** Running fc-cache please be patient **"
 /usr/bin/fc-cache -f



More information about the Lunar-commits mailing list