#!/bin/sh set -e #set -x # source debconf stuff if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi if [ "$1" = "configure" ] then db_input high apt-p2p/port_forward || true db_go fi