Added custom dnsval.conf to distribution
[mirrors/ArchLinux-Packages.git] / dnssec-tools / dnssec-tools.install
CommitLineData
5eb1ee34
H
1# arg 1: the new package version
2post_install() {
3 echo 'Generating default config file if not exists...'
4 while echo; do true; done 2>/dev/null | dtinitconf >/dev/null
cb0f9976 5 return 0
5eb1ee34
H
6}
7
8# arg 1: the new package version
9# arg 2: the old package version
10post_upgrade() {
11 post_install $1
12}
This page took 0.133044 seconds and 4 git commands to generate.