dnssec-tools: cleaned up verison, still segfaults... dunno why. reported upstream.
[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
9bf471d2 5 touch /etc/dnssec-tools/dnsval.conf.{head,tail}
cb0f9976 6 return 0
5eb1ee34
H
7}
8
9# arg 1: the new package version
10# arg 2: the old package version
11post_upgrade() {
12 post_install $1
13}
This page took 0.143708 seconds and 4 git commands to generate.