From 07dad6da5522c0f4beffb845842e8ee079fde6cb Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 11 Jun 2015 07:28:15 +0000 Subject: [PATCH] Added exit 0 in debian/ceilometer-common.postinst.in Rewritten-From: 77490eef74991d62a4e8b0b9f3d6361fa553fc0a --- xenial/debian/ceilometer-common.postinst.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenial/debian/ceilometer-common.postinst.in b/xenial/debian/ceilometer-common.postinst.in index f061e5e..2e84d15 100644 --- a/xenial/debian/ceilometer-common.postinst.in +++ b/xenial/debian/ceilometer-common.postinst.in @@ -51,3 +51,5 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then fi #DEBHELPER# + +exit 0 -- 2.32.3