git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4206 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh -e
|
|
if [ ! -e /etc/check.conf ]; then
|
|
cp /usr/share/doc/domcheck/check.conf /etc/check.conf
|
|
fi
|
|
|
|
#DEBHELPER#
|