aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/shadow/APKBUILD4
-rw-r--r--testing/shadow/shadow.post-deinstall4
-rw-r--r--testing/shadow/shadow.post-upgrade4
3 files changed, 2 insertions, 10 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"
diff --git a/testing/shadow/shadow.post-deinstall b/testing/shadow/shadow.post-deinstall
deleted file mode 100644
index dd117e5d80..0000000000
--- a/testing/shadow/shadow.post-deinstall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-busybox --install -s
-
diff --git a/testing/shadow/shadow.post-upgrade b/testing/shadow/shadow.post-upgrade
deleted file mode 100644
index dd117e5d80..0000000000
--- a/testing/shadow/shadow.post-upgrade
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-busybox --install -s
-