From: smccroskey Date: Tue, 8 Aug 2017 19:22:29 +0000 (-0700) Subject: ubuntu trusty/precise: remove leftover debconf call X-Git-Tag: frr-4.0-dev~145^2~13 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=02f6c83e98b7b56b5b968f9bd7ff730eaad7ec14;p=matthieu%2Ffrr.git ubuntu trusty/precise: remove leftover debconf call Forgot to unstash this when attempting to rebase it into 1e6df754913b4218ec809742fe0fff4eb8461035. Signed-off-by: Silas McCroskey --- 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#