Git init
[external/ifupdown.git] / _darcs / current / debian / config
1 #!/bin/sh
2 set -e
3
4 # Source debconf library
5 [ -e /usr/share/debconf/confmodule ] || exit 0
6 . /usr/share/debconf/confmodule
7
8 if [ "$1" = "configure" ] && [ "$2" != "" ]; then
9         if dpkg --compare-versions "$2" lt "0.6"; then
10                 db_input low ifupdown/convert-interfaces || true
11                 db_go
12         fi
13 fi
14
15 db_stop