Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 030d0f6a2c949d60d97d626f60a63898 > scriptlet

matahari-broker-0.4.1-2.fc14.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/service matahari-broker condrestart

POSTUN

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