aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/pdns-recursor/APKBUILD4
-rw-r--r--community/pdns-recursor/pdns-recursor.post-deinstall4
2 files changed, 2 insertions, 6 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index 08eeda8749..1851275467 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
pkgname=pdns-recursor
pkgver=4.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="PowerDNS Recursive Server"
url="http://www.powerdns.com/"
arch="all"
@@ -9,7 +9,7 @@ license="GPL"
depends=""
depends_dev=""
makedepends="$depends_dev boost-dev lua-dev libressl-dev"
-install="$pkgname.pre-install $pkgname.post-deinstall"
+install="$pkgname.pre-install"
subpackages="$pkgname-doc"
pkgusers="pdns"
pkggroups="pdns"
diff --git a/community/pdns-recursor/pdns-recursor.post-deinstall b/community/pdns-recursor/pdns-recursor.post-deinstall
deleted file mode 100644
index a7604db3ff..0000000000
--- a/community/pdns-recursor/pdns-recursor.post-deinstall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-deluser recursor 2>/dev/null
-exit 0