Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: docbook-xml-pkg-install.sh
===================================================================
--- docbook-xml-pkg-install.sh	(revision 120)
+++ docbook-xml-pkg-install.sh	(revision 121)
@@ -61,7 +61,9 @@
 
 # arg 1:  the old package version
 post_remove() {
-  xmlcatalog --noout --del file:///etc/xml/docbook etc/xml/catalog
+  if [ -e etc/xml/catalog ]; then
+    xmlcatalog --noout --del "file:///etc/xml/docbook" etc/xml/catalog
+  fi
 }