Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > e02071ac77c2ef33e05c679fe1535ae4 > scriptlet

php-pear-Structures-DataGrid-DataSource-Array-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_DataSource_Array.xml >/dev/null || :

POSTUN

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