From 02f6c83e98b7b56b5b968f9bd7ff730eaad7ec14 Mon Sep 17 00:00:00 2001 From: smccroskey Date: Tue, 8 Aug 2017 12:22:29 -0700 Subject: [PATCH] ubuntu trusty/precise: remove leftover debconf call Forgot to unstash this when attempting to rebase it into 1e6df754913b4218ec809742fe0fff4eb8461035. Signed-off-by: Silas McCroskey --- debianpkg/backports/ubuntu14.04/debian/frr.postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/debianpkg/backports/ubuntu14.04/debian/frr.postinst b/debianpkg/backports/ubuntu14.04/debian/frr.postinst index 24a96e3561..b1d463a33d 100644 --- a/debianpkg/backports/ubuntu14.04/debian/frr.postinst +++ b/debianpkg/backports/ubuntu14.04/debian/frr.postinst @@ -32,8 +32,6 @@ if [ "$1" = "abort-upgrade" ]; then exit 0 fi -db_stop - update-rc.d frr defaults > /dev/null #DEBHELPER# -- 2.39.5