Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > ca2b5bb544da07fec3ac03e9d085f985 > scriptlet

sgml-common-0.6.3-27.mga7.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