From 2b1c7b34a66a25b313628a62427a5d8f5c8637b8 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 8 Mar 2019 22:14:00 -0800 Subject: [PATCH] trying a whole new approach, seems like it worked on my wit-vm-router-config package, lets see what it does here ... --- debian/wit-network-config.postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/wit-network-config.postinst b/debian/wit-network-config.postinst index 54164db..8a137ac 100755 --- a/debian/wit-network-config.postinst +++ b/debian/wit-network-config.postinst @@ -17,6 +17,10 @@ set -xe # for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package + +#DEBHELPER# + + case "$1" in configure) @@ -398,9 +402,5 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# exit 0