From: Thomas Goirand Date: Wed, 22 May 2013 16:14:15 +0000 (+0800) Subject: Fixed the prerm script of heat-engine that was calling dbc_go heat instead of dbc_go... X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cfe1826be69eb03254ad0b0800e8549eadecde33;p=openstack-build%2Fheat-build.git Fixed the prerm script of heat-engine that was calling dbc_go heat instead of dbc_go heat-engine. Rewritten-From: 9ebdd3b732e667a26ac5f0b0c6c59f32f36e03ea --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 1097d081..fb4528f8 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -2,6 +2,8 @@ heat (2013.1-4) unstable; urgency=low * Fixed the dbsync to the new thing upstream is using (it was crashing the postinst). + * Fixed the prerm script of heat-engine that was calling dbc_go heat instead + of dbc_go heat-engine. -- Thomas Goirand Wed, 22 May 2013 23:57:49 +0800 diff --git a/xenial/debian/heat-engine.prerm b/xenial/debian/heat-engine.prerm index d79d1d38..971cb921 100644 --- a/xenial/debian/heat-engine.prerm +++ b/xenial/debian/heat-engine.prerm @@ -8,7 +8,7 @@ db_get heat/configure_db if [ "$RET" = "true" ]; then if [ -r /usr/share/dbconfig-common/dpkg/prerm ] ; then . /usr/share/dbconfig-common/dpkg/prerm - dbc_go heat $@ + dbc_go heat-engine $@ fi fi