Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 83233257a15457f288035b38ec2cb5e2 > scriptlet

php-pear-Console-CommandLine-1.1.3-3.fc13.noarch.rpm

POSTIN

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

POSTUN

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