From: Thomas Goirand Date: Thu, 11 Jun 2015 07:28:15 +0000 (+0000) Subject: Added exit 0 in debian/ceilometer-common.postinst.in X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=07dad6da5522c0f4beffb845842e8ee079fde6cb;p=openstack-build%2Fceilometer-build.git Added exit 0 in debian/ceilometer-common.postinst.in Rewritten-From: 77490eef74991d62a4e8b0b9f3d6361fa553fc0a --- 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