dnssec-tools: fixed install script - return code
[mirrors/ArchLinux-Packages.git] / dnssec-tools / dnssec-tools.install
index fb22a0a5ac7bfe233eb49815d7cc93ae5619ba5c..7cf3b94055d8a724f5a434670cb61086d031acfc 100644 (file)
@@ -2,6 +2,7 @@
 post_install() {
        echo 'Generating default config file if not exists...'
        while echo; do true; done 2>/dev/null | dtinitconf >/dev/null
+       return 0
 }
 
 # arg 1:  the new package version
@@ -9,7 +10,3 @@ post_install() {
 post_upgrade() {
        post_install $1
 }
-
-# arg 1:  the old package version
-pre_remove() {
-}
This page took 0.130949 seconds and 4 git commands to generate.