Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 7bf8fb95c3df5f52a31dfda905c306ae > scriptlet

openhpi-2.14.1-3.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add openhpid

POSTUN

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