Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e8fff7c5ea91173f784e05b09d4b918e > scriptlet

freeipmi-ipmidetectd-0.8.8-1.fc14.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