diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-09 12:11:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-09 12:11:53 +0000 |
commit | be54c1250ae4686a22c113ff16536e7a439e1368 (patch) | |
tree | 79831c72e62b6e6173616c0a94c3aa9e51162110 | |
parent | da36eda5c489eb2a3a617ceb746de459552e5fc4 (diff) | |
download | aports-be54c1250ae4686a22c113ff16536e7a439e1368.tar.bz2 aports-be54c1250ae4686a22c113ff16536e7a439e1368.tar.xz |
testing/shadow: remove post-deinstall/upgrade
replaced by busybox trigger
-rw-r--r-- | testing/shadow/APKBUILD | 4 | ||||
-rw-r--r-- | testing/shadow/shadow.post-deinstall | 4 | ||||
-rw-r--r-- | testing/shadow/shadow.post-upgrade | 4 |
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 - |