trying a whole new approach, seems like it worked on my wit-vm-router-config package, lets see what it does here ...

This commit is contained in:
toby 2019-03-08 22:14:00 -08:00
parent 1cf4ef12f7
commit 2b1c7b34a6
1 changed files with 4 additions and 4 deletions

View File

@ -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