Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 36a5b28991e2463a44df232728c43b93 > scriptlet

php-pear-File-1.3.0-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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