X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=dnssec-tools%2Fdnssec-tools.install;h=34658ce9dddfbde9f37140f8aeb1f74693bcb44d;hb=eb54df00e80419fcb96cf6de802b0a2a8fb58484;hp=fb22a0a5ac7bfe233eb49815d7cc93ae5619ba5c;hpb=5eb1ee34831c7c5b231670d2f16c9222ad4d5332;p=mirrors%2FArchLinux-Packages.git diff --git a/dnssec-tools/dnssec-tools.install b/dnssec-tools/dnssec-tools.install index fb22a0a..34658ce 100644 --- a/dnssec-tools/dnssec-tools.install +++ b/dnssec-tools/dnssec-tools.install @@ -2,6 +2,8 @@ post_install() { echo 'Generating default config file if not exists...' while echo; do true; done 2>/dev/null | dtinitconf >/dev/null + touch /etc/dnssec-tools/dnsval.conf.{head,tail} + return 0 } # arg 1: the new package version @@ -9,7 +11,3 @@ post_install() { post_upgrade() { post_install $1 } - -# arg 1: the old package version -pre_remove() { -}