Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f19f5b820e863290e946a5d39be2fbeb > scriptlet

pootle-2.1.1-3.fc14.noarch.rpm

POSTIN

/bin/sh
/sbin/service httpd restart >/dev/null 2>&1 || :
/sbin/service memcached restart >/dev/null 2>&1 || :

POSTUN

/bin/sh
if [ "$1" -ge "1" ] ; then
    /sbin/service httpd condrestart >/dev/null 2>&1 || :
    /sbin/service memcached condrestart >/dev/null 2>&1 || :
fi