Added exit 0 in debian/ceilometer-common.postinst.in
authorThomas Goirand <thomas@goirand.fr>
Thu, 11 Jun 2015 07:28:15 +0000 (07:28 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 11 Jun 2015 07:28:15 +0000 (07:28 +0000)
Rewritten-From: 77490eef74991d62a4e8b0b9f3d6361fa553fc0a

xenial/debian/ceilometer-common.postinst.in

index f061e5ed2e3918f9e058772b7537dbb235b35dbd..2e84d15748c69757d9c164820c4a9fd96f63975d 100644 (file)
@@ -51,3 +51,5 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
 fi
 
 #DEBHELPER#
+
+exit 0