Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > ade06f33a0df21ce1b25c5148a46616a > scriptlet

xinetd-ipv6-2.3.3-4mdk.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/sbin/xinetd xinetd /usr/sbin/xinetd-ipv6 20
if [ $1 = 1 ]; then /sbin/chkconfig --add xinetd; else if [ -f /var/lock/subsys/xinetd ]; then service xinetd restart > /dev/null 2>/dev/null || : ; fi; fi;

POSTUN

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