Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 41cc2cf71006dde75b632c3b931af11e > scriptlet

ypbind-1.19-12.el5_6.1.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add ypbind

POSTUN

/bin/sh
if [ "$1" -ge 1 ]; then
    /sbin/service ypbind condrestart > /dev/null 2>&1
fi
exit 0