diff options
Diffstat (limited to 'debian/postfix-lmdb.postinst')
-rw-r--r-- | debian/postfix-lmdb.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postfix-lmdb.postinst b/debian/postfix-lmdb.postinst index d7f3a96..0de361c 100644 --- a/debian/postfix-lmdb.postinst +++ b/debian/postfix-lmdb.postinst @@ -34,6 +34,7 @@ case "$1" in if [ "$(postconf -h alias_database | cut -f1 -d:)" = "lmdb" ]; then runnewaliases fi + touch /var/spool/postfix/restart ;; abort-upgrade|abort-remove|abort-deconfigure) |