From 8a74df036685826811c99ea3eeca440744a33b55 Mon Sep 17 00:00:00 2001 From: Dominique FOURNIER Date: Tue, 5 Nov 2024 18:11:39 +0100 Subject: [PATCH] Ubuntu minimized : put the configuration file directely in install --- debian/domcheck.postinst | 6 ------ debian/install | 5 +++-- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 debian/domcheck.postinst diff --git a/debian/domcheck.postinst b/debian/domcheck.postinst deleted file mode 100644 index 1b4b168..0000000 --- a/debian/domcheck.postinst +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e -if [ ! -e /etc/check.conf ]; then - cp /usr/share/doc/domcheck/check.conf /etc/check.conf -fi - -#DEBHELPER# diff --git a/debian/install b/debian/install index ba2a7e9..abf5a44 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,3 @@ -supercheck /usr/sbin -check /usr/sbin +supercheck /usr/sbin +check /usr/sbin +check.conf /etc