#!/bin/sh set -e # Automatically added by dh_installsystemd/13.6ubuntu1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'cloud-config.service' 'cloud-config.target' 'cloud-final.service' 'cloud-init-local.service' 'cloud-init.service' 'cloud-init.target' >/dev/null || true fi # End automatically added section