Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > d08182b0a6a5731b91ec005f663cbf16 > scriptlet

pacemaker-1.1.6-1.fc14.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
        /sbin/service pacemaker stop &>/dev/null || :
        /sbin/chkconfig --del pacemaker || :
fi

POSTIN

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