[Lunar-commits] CVS: moonbase/zbeta/XOrg-test POST_REMOVE,1.1,1.2

Moritz Heiber moe at lunar-linux.org
Sat Oct 2 16:49:22 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/XOrg-test
In directory espresso.foo-projects.org:/tmp/cvs-serv13112

Modified Files:
	POST_REMOVE 
Log Message:
This is a bit more intelligent


Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/XOrg-test/POST_REMOVE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_REMOVE	10 Sep 2004 04:01:42 -0000	1.1
+++ POST_REMOVE	2 Oct 2004 16:49:20 -0000	1.2
@@ -1 +1,16 @@
-lrm xserver
+# Remove xserver
+
+  if module_installed xserver; then lrm xserver; fi
+
+# Tidy up
+
+  rm -Rf /usr/X11*
+
+# Remove broken symlinks
+
+  rm -Rf /usr/lib/pkgconfig/fontconfig.pc
+  rm -Rf /usr/lib/pkgconfig/xft.pc
+
+# Reinstall fontconfig since its broken now
+
+  if module_installed fontconfig; then lin -c fontconfig; fi



More information about the Lunar-commits mailing list