Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0cef36b56563509edac9d42265678492 > scriptlet

php-pear-File-Passwd-1.1.7-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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