Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 589630c9a0d3089202a1c3a43cd753f8 > scriptlet

php-pear-Net-IPv4-1.3.0-5.fc15.noarch.rpm

POSTIN

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

POSTUN

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