mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
238 B

#!/bin/bash
. /etc/profile
rm -f /etc/xml/catalog
xmlcatalog --noout --create /etc/xml/catalog
for catfile in `echo $XML_CATALOG_FILES | tr ' ' '\n' | sort -u`; do
xmlcatalog --noout --add nextCatalog $catfile "" /etc/xml/catalog
done