| Current Path : /proc/8644/root/proc/self/root/proc/self/root/proc/8644/root/var/lib/dpkg/info/ | 
| Current File : //proc/8644/root/proc/self/root/proc/self/root/proc/8644/root/var/lib/dpkg/info/xinetd.preinst | 
#!/bin/sh -e
if test "$1" = "upgrade"; then
    # version 1:2.3.14-3 is the first one to provide inet-superserver
    if dpkg --compare-versions "$2" lt-nl 1:2.3.14-3; then
        rm -f /etc/init.d/inetd
        dpkg-divert --package xinetd --remove --rename \
            --divert /etc/init.d/inetd.real /etc/init.d/inetd
    fi
fi