summaryrefslogtreecommitdiffstats
path: root/debian/postfix-pgsql.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:43:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:43:59 +0000
commitda6523758fec71313279c52e3ca031ffc1c40853 (patch)
tree180ec6c325b04ddd125bdc9250276954137fbe79 /debian/postfix-pgsql.postinst
parentAdding debian version 3.9.0-1. (diff)
downloadpostfix-debian.tar.xz
postfix-debian.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 'debian/postfix-pgsql.postinst')
-rw-r--r--debian/postfix-pgsql.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postfix-pgsql.postinst b/debian/postfix-pgsql.postinst
index 993b771..bc7d2d2 100644
--- a/debian/postfix-pgsql.postinst
+++ b/debian/postfix-pgsql.postinst
@@ -33,6 +33,7 @@ case "$1" in
if [ "$(postconf -h alias_database | cut -f1 -d:)" = "pgsql" ]; then
runnewaliases
fi
+ touch /var/spool/postfix/restart
;;
abort-upgrade|abort-remove|abort-deconfigure)