File: //var/lib/dpkg/info/ndn-php-fpm.prerm
#!/bin/sh
set -e
# Automatically added by dh_installinit/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/ndn-php-fpm" ] ; then
invoke-rc.d ndn-php-fpm stop || exit 1
fi
# End automatically added section
# Automatically added by dh_systemd_start/13.6ubuntu1
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
deb-systemd-invoke stop 'ndn-php-fpm.service' >/dev/null || true
fi
# End automatically added section