Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 0ec43c7b04674de54631da110f4c1c72 > scriptlet

sgml-common-0.6.3-28.mga8.noarch.rpm

PREIN

/bin/sh
if [ $1 -gt 1 ] && [ -e /etc/xml/catalog ]; then
	for type in system uri ; do
		for path in 2001 2009/01 ; do
			/usr/bin/xmlcatalog --noout --add $type \
				"http://www.w3.org/$path/xml.xsd" \
				"file:///usr/share/xml/xml.xsd" \
				/etc/xml/catalog
		done
	done
fi