From 3cedd1dd9877a0bae3e69d27c3d1a2fcd98787c0 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Tue, 13 Dec 2011 11:04:22 +0100 Subject: Imported Debian patch 2.2.1-1 --- debian/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/config (limited to 'debian/config') diff --git a/debian/config b/debian/config new file mode 100644 index 0000000..49e6d47 --- /dev/null +++ b/debian/config @@ -0,0 +1,21 @@ +#!/bin/sh +# Copyright 2003 Alberto Gonzalez Iniesta +# Licensed under the GNU General Public License, version 2. See the file +# /usr/share/common-licenses/GPL or . +# +set -e +test $DEBIAN_SCRIPT_DEBUG && set -v -x + +# Use debconf +. /usr/share/debconf/confmodule + +# Do we want to create /dev/net/tun? +if [ ! -e /dev/.udev ] && [ ! -e /dev/net/tun ]; then + db_input medium openvpn/create_tun || true + db_go +fi + +db_stop + +exit 0 +# vim: set ai et sts=2 sw=2 tw=0: -- cgit v1.2.3