Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 766abbb3f7e41d364cc40e7115c29d22 > scriptlet

root-rootd-5.26.00d-3.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add rootd

POSTUN

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