Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 118fb4de6f7fba268a26931b79550907 > scriptlet

php-pear-Structures-DataGrid-DataSource-MDB2-0.1.11-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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