]> git.proxmox.com Git - mirror_frr.git/commitdiff
ubuntu trusty/precise: remove leftover debconf call
authorsmccroskey <smccroskey@cumulusnetworks.com>
Tue, 8 Aug 2017 19:22:29 +0000 (12:22 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Tue, 10 Oct 2017 14:52:49 +0000 (07:52 -0700)
Forgot to unstash this when attempting to rebase it into
1e6df754913b4218ec809742fe0fff4eb8461035.

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
debianpkg/backports/ubuntu14.04/debian/frr.postinst

index 24a96e35613888ae792deecd52508ee3007e08f4..b1d463a33d96c5885e4ee35ca8d6b5e276967843 100644 (file)
@@ -32,8 +32,6 @@ if [ "$1" = "abort-upgrade" ]; then
   exit 0
 fi
 
-db_stop
-
 update-rc.d frr defaults > /dev/null
 
 #DEBHELPER#