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