Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0858f102e1d14343384a07a1764a327d > scriptlet

php-pear-Console-CommandLine-1.1.3-3.fc14.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