Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > fead6d93ed1c8ba079fdb790a37a858f > scriptlet

php-pear-Date-1.4.7-6.fc15.noarch.rpm

POSTIN

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

POSTUN

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