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=914e32e8f728ae15c637e48628a99fa4af9ba0a0;p=openstack-build%2Fceilometer-build.git Added exit 0 in debian/ceilometer-common.postinst.in Rewritten-From: 77490eef74991d62a4e8b0b9f3d6361fa553fc0a --- diff --git a/trusty/debian/ceilometer-common.postinst.in b/trusty/debian/ceilometer-common.postinst.in index f061e5e..2e84d15 100644 --- a/trusty/debian/ceilometer-common.postinst.in +++ b/trusty/debian/ceilometer-common.postinst.in @@ -51,3 +51,5 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then fi #DEBHELPER# + +exit 0