From: Ralph Ronnquist Date: Tue, 10 May 2022 02:50:44 +0000 (+1000) Subject: resolve lintian complaint X-Git-Tag: v0.1.6 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=ec1c9a6194ffe5773e6716e7671e1544fc7f50d4;p=rrq%2Foverlay-boot.git resolve lintian complaint --- diff --git a/debian/postrm b/debian/postrm new file mode 100755 index 0000000..bfb7025 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,10 @@ +#!/bin/sh + +case "$1" in + remove) + update-rc.d subhosts disable || true + ;; + *) + : + ;; +esac