]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed postrm for purging db
authorThomas Goirand <thomas@goirand.fr>
Thu, 26 Sep 2013 15:34:44 +0000 (23:34 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 26 Sep 2013 15:34:44 +0000 (23:34 +0800)
debian/neutron-common.postrm

index 16ac79a9d59ebbba56407de5c38e41921a2e217c..c5673e4b66abd73e492e20980cc0b8522b8a9449 100644 (file)
@@ -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