Sophie

Sophie

distrib > Mandriva > 7.2 > i586 > by-pkgid > 9c02ac62baabaf213c89701accf0c9b7 > scriptlet

xinetd-2.1.8.9pre12-2mdk.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ];then
		/sbin/chkconfig --del xinetd
fi

POSTIN

/bin/sh
if [ "$1" = "1" ];then
		/sbin/chkconfig --add xinetd
fi

POSTUN

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