diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:43:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:43:59 +0000 |
commit | da6523758fec71313279c52e3ca031ffc1c40853 (patch) | |
tree | 180ec6c325b04ddd125bdc9250276954137fbe79 /debian/postfix-mongodb.postinst | |
parent | Adding debian version 3.9.0-1. (diff) | |
download | postfix-da6523758fec71313279c52e3ca031ffc1c40853.tar.xz postfix-da6523758fec71313279c52e3ca031ffc1c40853.zip |
Adding debian version 3.9.0-2.debian/3.9.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/postfix-mongodb.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postfix-mongodb.postinst b/debian/postfix-mongodb.postinst index dd3bdc3..834aa48 100644 --- a/debian/postfix-mongodb.postinst +++ b/debian/postfix-mongodb.postinst @@ -34,6 +34,7 @@ case "$1" in if [ "$(postconf -h alias_database | cut -f1 -d:)" = "mongodb" ]; then runnewaliases fi + touch /var/spool/postfix/restart ;; abort-upgrade|abort-remove|abort-deconfigure) |