Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 8068a2e5b5729cd1cda408b4a4faf180 > scriptlet

php-pear-Date-Holidays-0.21.4-1.fc12.1.noarch.rpm

POSTIN

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

POSTUN

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