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:
1
debian/docs
vendored
1
debian/docs
vendored
@@ -0,0 +1 @@
|
||||
check.conf
|
||||
|
||||
4
debian/domcheck.postinst
vendored
Normal file
4
debian/domcheck.postinst
vendored
Normal 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
1
debian/install
vendored
@@ -1,3 +1,2 @@
|
||||
supercheck /usr/sbin
|
||||
check /usr/sbin
|
||||
check.conf /etc
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -32,7 +32,7 @@ binary-indep: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
# dh_installdocs
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
# dh_install
|
||||
# dh_installmenu
|
||||
|
||||
Reference in New Issue
Block a user