Files
Domcheck/debian/domcheck.postinst

5 lines
106 B
Bash

#!/bin/sh -e
if [ ! -e /etc/check.conf ]; then
cp /usr/share/doc/domcheck/check.conf /etc/check.conf
fi