From: Ralph Ronnquist Date: Mon, 4 Sep 2023 03:47:08 +0000 (+1000) Subject: changed to be for the package X-Git-Tag: 1.0-1~2 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=fdf72f6152911ddae5289da4cae10045c9bb5ade;p=rrq%2Foverlay-boot.git changed to be for the package --- diff --git a/debian/overlay-boot.postinst b/debian/overlay-boot.postinst new file mode 100755 index 0000000..46c5f8f --- /dev/null +++ b/debian/overlay-boot.postinst @@ -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 index 46c5f8f..0000000 --- a/debian/postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -set -e - -case "$1" in - configure) - update-rc.d subhosts defaults || true - ;; - *) - : - ;; -esac