| Current Path : /proc/self/root/var/lib/dpkg/info/ |
| Current File : //proc/self/root/var/lib/dpkg/info/xinetd.postrm |
#!/bin/sh set -e # Automatically added by dh_installinit if [ "$1" = "purge" ] ; then update-rc.d xinetd remove >/dev/null || exit $? fi # End automatically added section