From 4a31b814a318a37fe8b58d42f2025e49072971e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:25 +0200 Subject: Adding debian version 1:2.3.19.1+dfsg1-2.1. Signed-off-by: Daniel Baumann --- debian/dovecot-submissiond.prerm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/dovecot-submissiond.prerm (limited to 'debian/dovecot-submissiond.prerm') diff --git a/debian/dovecot-submissiond.prerm b/debian/dovecot-submissiond.prerm new file mode 100644 index 0000000..2ad0a1f --- /dev/null +++ b/debian/dovecot-submissiond.prerm @@ -0,0 +1,12 @@ +#!/bin/sh +set -e + +if [ -d /run/systemd/system ]; then + deb-systemd-invoke stop dovecot.socket || true +fi + +if [ -x "/etc/init.d/dovecot" ]; then + invoke-rc.d dovecot stop +fi + +#DEBHELPER# -- cgit v1.2.3