dnssec-tools: conforming to standarts, install script, licence, etc...
[mirrors/ArchLinux-Packages.git] / dnssec-tools / dnssec-tools.install
diff --git a/dnssec-tools/dnssec-tools.install b/dnssec-tools/dnssec-tools.install
new file mode 100644 (file)
index 0000000..fb22a0a
--- /dev/null
@@ -0,0 +1,15 @@
+# arg 1:  the new package version
+post_install() {
+       echo 'Generating default config file if not exists...'
+       while echo; do true; done 2>/dev/null | dtinitconf >/dev/null
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+       post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+}
This page took 0.130897 seconds and 4 git commands to generate.