From: Thomas Goirand Date: Thu, 26 Sep 2013 15:34:44 +0000 (+0800) Subject: Fixed postrm for purging db X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2e746bfee6afe88204eb82c6e9978634cb8c2db7;p=openstack-build%2Fneutron-build.git Fixed postrm for purging db Rewritten-From: 8162bfd796a2e2af0f48e051a4c56a766936c38f --- diff --git a/xenial/debian/neutron-common.postrm b/xenial/debian/neutron-common.postrm index 16ac79a9d..c5673e4b6 100644 --- a/xenial/debian/neutron-common.postrm +++ b/xenial/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