Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7b37670cb65bfcb927e45a88c5ff78c0 > scriptlet

php-pear-Structures-DataGrid-0.9.0-5.fc12.noarch.rpm

POSTIN

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

POSTUN

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