Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 1eac29ba96dfa47a2e7389f6dc47b27f > scriptlet

php-pecl-geoip-1.0.7-4.fc12.i686.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /usr/share/pear/.pkgxml/php-pecl-geoip.xml >/dev/null || :

POSTUN

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