aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox
diff options
context:
space:
mode:
authorMichael Zuo <muh.muhten@gmail.com>2015-11-02 18:29:40 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-03 08:19:43 +0000
commitdc81ba7cd27045b1e775da15f61fd7c44d4cd516 (patch)
tree7b752fde6d16aa5a73f48e93eeff89563e29aae6 /main/busybox
parent47dad2e4624a9c667291b7a3be1ee630dc685b04 (diff)
downloadaports-dc81ba7cd27045b1e775da15f61fd7c44d4cd516.tar.bz2
aports-dc81ba7cd27045b1e775da15f61fd7c44d4cd516.tar.xz
busybox: restore post-install+upgrade hooks
was breaking other post-install hooks because the links didn't get installed until the trigger. we still need the links early.
Diffstat (limited to 'main/busybox')
-rw-r--r--main/busybox/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index d9e81f53f2..e3f3a9bd80 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.24.1
-pkgrel=3
+pkgrel=4
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
arch="all"
license="GPL2"
makedepends="linux-headers"
+install="$pkgname.post-install $pkgname.post-upgrade"
subpackages="$pkgname-static $pkgname-suid"
options="suid"
triggers="busybox.trigger=/bin:/usr/bin:/sbin:/usr/sbin:/lib/modules/*"