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