summaryrefslogtreecommitdiff
path: root/community/nsd/install
diff options
context:
space:
mode:
Diffstat (limited to 'community/nsd/install')
-rw-r--r--community/nsd/install8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/nsd/install b/community/nsd/install
index a2662903f..5a5f41dd7 100644
--- a/community/nsd/install
+++ b/community/nsd/install
@@ -3,14 +3,6 @@ post_install() {
getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s /bin/false -c nsd nsd >/dev/null
chown nsd:nsd /var/db/nsd
chmod 700 /var/db/nsd
- install -o nsd -d /var/run/nsd
-}
-
-post_upgrade() {
- [[ `vercmp $2 3.2.9` -lt 0 ]] && cat <<\EOF
-==> The database format was updated; please run `nsdc rebuild`.
-EOF
- true
}
post_remove() {