Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 58fdd0fcd2e579c6cb95090fa41e1e96 > scriptlet

openais-1.1.4-1.fc13.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /etc/rc.d/init.d/openais stop &>/dev/null || :
    /sbin/chkconfig --del openais || :
fi

POSTIN

/bin/sh
/sbin/chkconfig --add openais || :