Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3d6c3cb967b9354979dbc63177e08b60 > scriptlet

pacemaker-1.1.5-1.fc15.i686.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 || :