GIT.Harvie.CZ
/
mirrors
/
ArchLinux-Packages.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dnssec-tools: fixed install script
[mirrors/ArchLinux-Packages.git]
/
dnssec-tools
/
dnssec-tools.install
1
# arg 1: the new package version
2
post_install() {
3
echo 'Generating default config file if not exists...'
4
while echo; do true; done 2>/dev/null | dtinitconf >/dev/null
5
}
6
7
# arg 1: the new package version
8
# arg 2: the old package version
9
post_upgrade() {
10
post_install $1
11
}
This page took
0.343678 seconds
and
4
git commands to generate.