Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 0d85370bdd826aa6be815997d9f0a7a5 > scriptlet

openhpi-subagent-2.3.4-14.fc15.x86_64.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