centralized="/etc/sgml/catalog"
VER=$VERSION
if ! [ -e "$centralized" ]; then
     echo "Creating $centralized!"
     touch $centralized
fi

install-catalog --add $centralized /usr/share/sgml/dsssl/dsssl-stylesheets-$VER/catalog

cp $SOURCE_CACHE/$SOURCE2 /usr/share/sgml/dsssl/dsssl-stylesheets-$VER/html
cp $SOURCE_CACHE/$SOURCE2 /usr/share/sgml/dsssl/dsssl-stylesheets-$VER/print
