From 5d06b0f69a0edc7d76363cfaa96356777e746371 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Mon, 27 May 2019 23:01:35 -0700 Subject: [PATCH] More lintian feedback --- source/debian/postinst | 4 ++++ source/debian/postrm | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100755 source/debian/postrm diff --git a/source/debian/postinst b/source/debian/postinst index e7545d3..3c97ce3 100755 --- a/source/debian/postinst +++ b/source/debian/postinst @@ -1,3 +1,7 @@ #!/bin/sh +set -e + update-rc.d nginx defaults + +#DEBHELPER#" diff --git a/source/debian/postrm b/source/debian/postrm new file mode 100755 index 0000000..bc69092 --- /dev/null +++ b/source/debian/postrm @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +update-rc.d nginx remove + +#DEBHELPER#" -- GitLab