summaryrefslogtreecommitdiffstats
path: root/debian/postfix-pcre.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:44:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:44:12 +0000
commitb08c6c27eea5250c588a2d9df627265c727eae5c (patch)
treebfb17dd9ffcb037426633f06a2a0532878444870 /debian/postfix-pcre.postinst
parentReleasing progress-linux version 3.9.0-1~progress7.99u1. (diff)
downloadpostfix-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.postinst1
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
;;