#!/bin/sh set -e # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_2perday.timer' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_1perhour.timer' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_1perday.timer' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfrd.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_2perday.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_1perhour.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypxfr_1perday.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'yppasswdd.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'ypserv.service' >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -x "/etc/init.d/ypxfrd" ] ; then invoke-rc.d --skip-systemd-native ypxfrd stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -x "/etc/init.d/yppasswdd" ] ; then invoke-rc.d --skip-systemd-native yppasswdd stop || exit 1 fi # End automatically added section # Automatically added by dh_installinit/13.28 if [ -z "$DPKG_ROOT" ] && [ "$1" = remove ] && [ -x "/etc/init.d/ypserv" ] ; then invoke-rc.d --skip-systemd-native ypserv stop || exit 1 fi # End automatically added section