diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:44:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:44:12 +0000 |
commit | b08c6c27eea5250c588a2d9df627265c727eae5c (patch) | |
tree | bfb17dd9ffcb037426633f06a2a0532878444870 /debian/postfix-pcre.postinst | |
parent | Releasing progress-linux version 3.9.0-1~progress7.99u1. (diff) | |
download | postfix-b08c6c27eea5250c588a2d9df627265c727eae5c.tar.xz postfix-b08c6c27eea5250c588a2d9df627265c727eae5c.zip |
Merging debian version 3.9.0-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/postfix-pcre.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postfix-pcre.postinst b/debian/postfix-pcre.postinst index 91ecd35..44bfdf8 100644 --- a/debian/postfix-pcre.postinst +++ b/debian/postfix-pcre.postinst @@ -32,6 +32,7 @@ case "$1" in addmap pcre if [ "$(postconf -h alias_database | cut -f1 -d:)" = "pcre" ]; then runnewaliases + touch /var/spool/postfix/restart fi ;; |