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