aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shadow/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-09 12:11:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-09 12:11:53 +0000
commitbe54c1250ae4686a22c113ff16536e7a439e1368 (patch)
tree79831c72e62b6e6173616c0a94c3aa9e51162110 /testing/shadow/APKBUILD
parentda36eda5c489eb2a3a617ceb746de459552e5fc4 (diff)
downloadaports-be54c1250ae4686a22c113ff16536e7a439e1368.tar.bz2
aports-be54c1250ae4686a22c113ff16536e7a439e1368.tar.xz
testing/shadow: remove post-deinstall/upgrade
replaced by busybox trigger
Diffstat (limited to 'testing/shadow/APKBUILD')
-rw-r--r--testing/shadow/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD
index ba9d8e3bc0..a7b9e2c44a 100644
--- a/testing/shadow/APKBUILD
+++ b/testing/shadow/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=shadow
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="PAM-using login and passwd utilities (usermod / useradd / newuidmap etc)"
url="http://pkg-shadow.alioth.debian.org/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL"
depends=
depends_dev="linux-pam-dev"
makedepends="$depends_dev"
-install="$pkgname.post-upgrade $pkgname.post-deinstall"
+install=""
subpackages="$pkgname-doc"
source="http://pkg-shadow.alioth.debian.org/releases/shadow-$pkgver.tar.xz
login.pamd"