centralized="/etc/sgml/catalog"

if ! [ -e "$centralized" ]; then
     echo "Creating $centralized!" 
     touch $centralized
fi

/usr/bin/install-catalog -a $centralized /usr/share/sgml/sgml-iso-entities-8879.1986/catalog
