Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5daf98e1f4bd32b898caa09496729a48 > scriptlet

php-pear-Date-Holidays-USA-0.1.1-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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