X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debian%2Fpostinst;h=e167c41fc90bbe7b6473d83e6a94d64890f38366;hb=63dffea17bbfc90dcfb66ec22f48800e71888bc9;hp=24147f26f0839f87f74aa23642a9b5ec002c2033;hpb=19dab12a49b05e17b3fc9e6fc246c31f157b4f48;p=quix0rs-apt-p2p.git diff --git a/debian/postinst b/debian/postinst index 24147f2..e167c41 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,6 +5,8 @@ set -e +. /usr/share/debconf/confmodule + # summary of how this script can be called: # * `configure' # * `abort-upgrade' @@ -47,6 +49,9 @@ case "$1" in ;; esac +# Tell debconf to stop so it doesn't get confused +db_stop + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.