Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 75f7f30d7c6028f47bf93df8840f87c0 > scriptlet

matahari-broker-0.4.0-0.1.8003b6c.git.fc15.1.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --level 2345 matahari-broker on
/sbin/service matahari-broker condrestart

POSTUN

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