diff --git a/debian/docs b/debian/docs index e69de29..2204d34 100644 --- a/debian/docs +++ b/debian/docs @@ -0,0 +1 @@ +check.conf diff --git a/debian/domcheck.postinst b/debian/domcheck.postinst new file mode 100644 index 0000000..7f63a55 --- /dev/null +++ b/debian/domcheck.postinst @@ -0,0 +1,4 @@ +#!/bin/sh -e +if [ ! -e /etc/check.conf ]; then + cp /usr/share/doc/domcheck/check.conf /etc/check.conf +fi diff --git a/debian/install b/debian/install index 47c9038..ba2a7e9 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,2 @@ supercheck /usr/sbin check /usr/sbin -check.conf /etc diff --git a/debian/rules b/debian/rules index e9103a6..9914ed1 100755 --- a/debian/rules +++ b/debian/rules @@ -31,8 +31,8 @@ install: build binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs -# dh_installdocs + dh_installchangelogs + dh_installdocs # dh_installexamples # dh_install # dh_installmenu