changed to be for the package
authorRalph Ronnquist <rrq@rrq.au>
Mon, 4 Sep 2023 03:47:08 +0000 (13:47 +1000)
committerRalph Ronnquist <rrq@rrq.au>
Mon, 4 Sep 2023 03:47:08 +0000 (13:47 +1000)
debian/overlay-boot.postinst [new file with mode: 0755]
debian/postinst [deleted file]

diff --git a/debian/overlay-boot.postinst b/debian/overlay-boot.postinst
new file mode 100755 (executable)
index 0000000..46c5f8f
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -e
+
+case "$1" in
+    configure)
+       update-rc.d subhosts defaults || true
+       ;;
+    *)
+       :
+       ;;
+esac
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100755 (executable)
index 46c5f8f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
-    configure)
-       update-rc.d subhosts defaults || true
-       ;;
-    *)
-       :
-       ;;
-esac