Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > b10b1f352165e1e337335525a2b5b02b > scriptlet

openais-1.1.4-2.fc15.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 || :