Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3ffa5b6c21e69e47b18b96a45ed1d582 > scriptlet

matahari-host-0.4.1-2.fc14.x86_64.rpm

PREUN

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

POSTIN

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

POSTUN

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

#== Network