domcheck : the configuration file is not modified in updates. The complete is in doc

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4205 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-05-04 12:15:57 +00:00
parent c2018790d1
commit 64fba57b5e
4 changed files with 7 additions and 3 deletions

1
debian/docs vendored
View File

@@ -0,0 +1 @@
check.conf

4
debian/domcheck.postinst vendored Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh -e
if [ ! -e /etc/check.conf ]; then
cp /usr/share/doc/domcheck/check.conf /etc/check.conf
fi

1
debian/install vendored
View File

@@ -1,3 +1,2 @@
supercheck /usr/sbin supercheck /usr/sbin
check /usr/sbin check /usr/sbin
check.conf /etc

4
debian/rules vendored
View File

@@ -31,8 +31,8 @@ install: build
binary-indep: build install binary-indep: build install
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_installchangelogs dh_installchangelogs
# dh_installdocs dh_installdocs
# dh_installexamples # dh_installexamples
# dh_install # dh_install
# dh_installmenu # dh_installmenu