Files
Domcheck/debian/domcheck.postinst
2018-05-04 12:18:30 +00:00

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#