From: smccroskey Date: Tue, 8 Aug 2017 19:22:29 +0000 (-0700) Subject: ubuntu trusty/precise: remove leftover debconf call X-Git-Tag: frr-3.0-rc3~1^2~8 X-Git-Url: https://git.proxmox.com/?p=mirror_frr.git;a=commitdiff_plain;h=7f56d1debd5a84905890a1a9155748cbfac499ac 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 24a96e356..b1d463a33 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#