From 8d166dd80cc50c148d430d7c7182597490fd0e2b Mon Sep 17 00:00:00 2001 From: Patrice Levesque Date: Wed, 13 Apr 2016 09:39:21 -0400 Subject: [PATCH] Add missing EOF that got lost somewhere --- packaging/debian-multiarch/sogo.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/debian-multiarch/sogo.postinst b/packaging/debian-multiarch/sogo.postinst index f3d921cee..dfc86ca21 100644 --- a/packaging/debian-multiarch/sogo.postinst +++ b/packaging/debian-multiarch/sogo.postinst @@ -41,6 +41,8 @@ the packaging system. Please check the list of database schema upgrade scripts inside /usr/share/doc/sogo/ and apply them if needed. +EOF + # Apache 2.2 / 2.4 kungfu COMMON_STATE=$(dpkg-query -f '${Status}' -W 'apache2.2-common' 2>/dev/null | awk '{print $3}' || true)