diff options
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) |