#!/bin/sh set -e # Automatically added by dh_installinit/13.3.1 if [ -x "/etc/init.d/ypxfrd" ] && [ "$1" = remove ]; then invoke-rc.d --skip-systemd-native ypxfrd stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.3.1 if [ -x "/etc/init.d/yppasswdd" ] && [ "$1" = remove ]; then invoke-rc.d --skip-systemd-native yppasswdd stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.3.1 if [ -x "/etc/init.d/ypserv" ] && [ "$1" = remove ]; then invoke-rc.d --skip-systemd-native ypserv stop || exit 1 fi # End automatically added section