From cfe1826be69eb03254ad0b0800e8549eadecde33 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 23 May 2013 00:14:15 +0800 Subject: [PATCH] Fixed the prerm script of heat-engine that was calling dbc_go heat instead of dbc_go heat-engine. Rewritten-From: 9ebdd3b732e667a26ac5f0b0c6c59f32f36e03ea --- xenial/debian/changelog | 2 ++ xenial/debian/heat-engine.prerm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.45.2