From 8162bfd796a2e2af0f48e051a4c56a766936c38f Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 26 Sep 2013 23:34:44 +0800 Subject: [PATCH] Fixed postrm for purging db --- debian/neutron-common.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/neutron-common.postrm b/debian/neutron-common.postrm index 16ac79a9d..c5673e4b6 100644 --- a/debian/neutron-common.postrm +++ b/debian/neutron-common.postrm @@ -10,7 +10,7 @@ if [ "${1}" = "purge" ] ; then if [ "$RET" = "true" ] ; then if [ -f /usr/share/dbconfig-common/dpkg/postrm ] ; then . /usr/share/dbconfig-common/dpkg/postrm - dbc_go neutron-plugin-openvswitch $@ + dbc_go neutron-common $@ else rm -f /etc/dbconfig-common/neutron-common.conf if which ucf >/dev/null 2>&1; then -- 2.45.2