From 3af6d38f5a305629b412dd156b411176e8c78e94 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 18 Dec 2021 13:06:43 +0100 Subject: [PATCH] declare /etc/default/ebusd as conf file --- make_debian.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make_debian.sh b/make_debian.sh index 3e7b667c..ebd354e6 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -129,6 +129,9 @@ cat < $RELEASE/DEBIAN/dirs /lib/systemd/system /usr/bin EOF +cat < $RELEASE/DEBIAN/conffiles +/etc/default/ebusd +EOF cat < $RELEASE/DEBIAN/postinst #!/bin/sh if [ -d /run/systemd/system ]; then