Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > d275f0e97536966d33543da59a3e03a1 > scriptlet

bluefish-2.2.12-4.mga9.x86_64.rpm

POSTIN

/bin/sh
/usr/bin/xmlcatalog --noout --add 'delegateURI' \
    'http://bluefish.openoffice.nl/ns/bflang/2.0/' '/usr/share/xml/bluefish' \
    /etc/xml/catalog > /dev/null || :

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    /usr/bin/xmlcatalog --noout --del \
        'http://bluefish.openoffice.nl/ns/bflang/2.0/' \
        /etc/xml/catalog > /dev/null || :
fi