From cb0f9976398987d8aaaf2ed97c7e961305d39ccc Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 4 Aug 2010 04:01:14 +0200 Subject: [PATCH] dnssec-tools: fixed install script - return code --- dnssec-tools/dnssec-tools.install | 1 + 1 file changed, 1 insertion(+) diff --git a/dnssec-tools/dnssec-tools.install b/dnssec-tools/dnssec-tools.install index 3a5499f..7cf3b94 100644 --- a/dnssec-tools/dnssec-tools.install +++ b/dnssec-tools/dnssec-tools.install @@ -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 -- 2.30.2