summaryrefslogtreecommitdiff
path: root/system/busybox/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-28 00:17:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-28 00:17:37 -0500
commit5520122edc5cc6b5412050c44e57462dd0f41235 (patch)
treebb3c10ebb321dd823d70e1d827ed733684bcc323 /system/busybox/APKBUILD
parentad05e340b8a9c72c9aa2025273a53062e3296e06 (diff)
downloadpackages-5520122edc5cc6b5412050c44e57462dd0f41235.tar.gz
packages-5520122edc5cc6b5412050c44e57462dd0f41235.tar.bz2
packages-5520122edc5cc6b5412050c44e57462dd0f41235.tar.xz
packages-5520122edc5cc6b5412050c44e57462dd0f41235.zip
system/busybox: actually exorcise when deinstalled
Diffstat (limited to 'system/busybox/APKBUILD')
-rw-r--r--system/busybox/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/busybox/APKBUILD b/system/busybox/APKBUILD
index 30045e68a..83aa51665 100644
--- a/system/busybox/APKBUILD
+++ b/system/busybox/APKBUILD
@@ -13,7 +13,7 @@ makedepends_host="linux-headers"
makedepends="$makedepends_build $makedepends_host"
checkdepends="zip"
provides="/sbin/init"
-install="$pkgname.post-install $pkgname.post-upgrade
+install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall
$pkgname-extras.post-install $pkgname-extras.pre-deinstall"
subpackages="$pkgname-static $pkgname-suid $pkgname-extras $pkgname-binsh"
options="suid !check"