From 7def364aeabc2856b5beb0bb0aa31c771626353f 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 --- trusty/debian/heat-api-cloudwatch.install | 1 + trusty/debian/heat-api-cloudwatch.postinst.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/trusty/debian/heat-api-cloudwatch.install b/trusty/debian/heat-api-cloudwatch.install index 340c0928..0f2abf05 100644 --- a/trusty/debian/heat-api-cloudwatch.install +++ b/trusty/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/trusty/debian/heat-api-cloudwatch.postinst.in b/trusty/debian/heat-api-cloudwatch.postinst.in index ac530085..a743c8d3 100644 --- a/trusty/debian/heat-api-cloudwatch.postinst.in +++ b/trusty/debian/heat-api-cloudwatch.postinst.in @@ -16,3 +16,5 @@ if [ "$1" = "configure" ] ; then fi #DEBHELPER# + +exit 0 -- 2.45.2