Current File : /var/lib/dpkg/info/ec2-instance-connect.prerm
#!/bin/sh
set -e
# Automatically added by dh_systemd_start/13.11.4ubuntu3
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
	deb-systemd-invoke stop 'ec2-instance-connect-harvest-hostkeys.service' >/dev/null || true
fi
# End automatically added section