@@ -2,6 +2,12 @@
set -e
+dpkg-maintscript-helper mv_conffile \
+ /etc/modprobe.d/pptpd.conf \
+ /etc/modules-load.d/pptpd.conf \
+ 1.4.0-9~ \
+ -- "$@"
+
case "$1" in
configure)
# load the module configured in /etc/modules-load.d/pptpd.conf
@@ -0,0 +1,12 @@
+#!/bin/sh
+set -e
+#DEBHELPER#
+exit 0