resolve lintian complaint v0.1.6
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 10 May 2022 02:50:44 +0000 (12:50 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Tue, 10 May 2022 02:50:44 +0000 (12:50 +1000)
debian/postrm [new file with mode: 0755]

diff --git a/debian/postrm b/debian/postrm
new file mode 100755 (executable)
index 0000000..bfb7025
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+case "$1" in
+     remove)
+       update-rc.d subhosts disable || true
+       ;;
+     *)
+        :
+        ;;
+esac