Remove the changelog parsing from setup.py and just hardcode the version.
[quix0rs-apt-p2p.git] / debian / apt-p2p.config
1 #!/bin/sh
2
3 set -e
4 #set -x
5
6 # source debconf stuff
7 if [ -f /usr/share/debconf/confmodule ]; then
8         . /usr/share/debconf/confmodule
9 fi
10
11 if [ "$1" = "configure" ]
12 then 
13         db_input high apt-p2p/port_forward || true
14         db_go
15 fi