Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6cc20c6ae911ba687d016de61972a7ee > scriptlet

freeipmi-ipmidetectd-1.0.1-2.fc15.i686.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    /sbin/service ipmidetectd stop >/dev/null 2>&1
    /sbin/chkconfig --del ipmidetectd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add ipmidetectd

POSTUN

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