From 9d7d7eaf9e0397a39dff61165470b4ddf0ff8e1c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 7 Dec 2012 14:25:12 +0000 Subject: [PATCH] Added missing /usr/bin/heat-api-cloudwatch from heat-api-cloudwatch package Rewritten-From: ae4ab0ebd8443f42df984d8d031f0ca869672c2d --- xenial/debian/heat-api-cloudwatch.install | 1 + xenial/debian/heat-api-cloudwatch.postinst.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/xenial/debian/heat-api-cloudwatch.install b/xenial/debian/heat-api-cloudwatch.install index 340c0928..0f2abf05 100644 --- a/xenial/debian/heat-api-cloudwatch.install +++ b/xenial/debian/heat-api-cloudwatch.install @@ -1,2 +1,3 @@ etc/heat/heat-api-cloudwatch.conf etc/heat/heat-api-cloudwatch-paste.ini /usr/share/heat-api-cloudwatch +/usr/bin/heat-api-cloudwatch diff --git a/xenial/debian/heat-api-cloudwatch.postinst.in b/xenial/debian/heat-api-cloudwatch.postinst.in index ac530085..a743c8d3 100644 --- a/xenial/debian/heat-api-cloudwatch.postinst.in +++ b/xenial/debian/heat-api-cloudwatch.postinst.in @@ -16,3 +16,5 @@ if [ "$1" = "configure" ] ; then fi #DEBHELPER# + +exit 0 -- 2.45.2