Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 6bc12a98dbc2fa7a81b1bb3bd7f07dfa > scriptlet

php-pear-Net-URL-Mapper-0.9.0-4.fc12.noarch.rpm

POSTIN

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

POSTUN

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