Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 780f84ddea6cc9b921ce64d139f4757a > scriptlet

php-pear-Structures-DataGrid-Renderer-Smarty-0.1.4-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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