Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 890427d831f548c3e3195cfbf44cec5b > scriptlet

php-swift-Swift-4.0.6-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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