Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8a057f4b6fe09d01f91d835eebeef86c > scriptlet

php-doctrine-Doctrine-1.2.3-1.fc14.noarch.rpm

POSTIN

/bin/sh
# remove from previous channel
/usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
    pear.phpdoctrine.org/Doctrine >/dev/null || :

/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/php-doctrine-Doctrine.xml >/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
    /usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
        Doctrine >/dev/null || :
fi