Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 239e8aff0ac876ca1c2ad2077d421da1 > scriptlet

matahari-0.0.5-3.fc14.x86_64.rpm

PREUN

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

POSTIN

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

POSTUN

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