GIT.Harvie.CZ
/
mirrors
/
ArchLinux-Packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a73c3
)
dnssec-tools: fixed install script - return code
author
Harvie
<tomas@mudrunka.cz>
Wed, 4 Aug 2010 02:01:14 +0000
(
04:01
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 4 Aug 2010 02:01:14 +0000
(
04:01
+0200)
dnssec-tools/dnssec-tools.install
patch
|
blob
|
blame
|
history
diff --git
a/dnssec-tools/dnssec-tools.install
b/dnssec-tools/dnssec-tools.install
index 3a5499faea11c2e3ef75d9298ee7c3fe5c263287..7cf3b94055d8a724f5a434670cb61086d031acfc 100644
(file)
--- 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
This page took
0.091006 seconds
and
4
git commands to generate.