Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > d202e1da8eded8940a1f3a69bb9a3459 > scriptlet

yaws-1.89-3.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add yaws

POSTUN

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