Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > e04c30fdccbd194f92dd8f835139c4e8 > scriptlet

openhpi-subagent-2.3.4-13.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add openhpi-subagent

POSTUN

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