Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 124f545abc2e2e7674d1658e9522e377 > scriptlet

matahari-host-0.4.1-2.fc14.i686.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