Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 8071c531b7f7f2626ae285f4cdf62f12 > scriptlet

matahari-service-0.4.1-2.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/service matahari-service condrestart

POSTUN

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

#== Broker