From 77daa2d2a662f693dd29d2592e3d36f1e3415b4c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 17 Aug 2009 11:57:30 +0000 Subject: Revert "main/busybox: use triggers in apk-tools" We need the .post-install and .post-upgrade scripts early, otherwise we break installscripts for all packages installed after busybox. This reverts commit 13f7afcb44ab3fc34ab250aa7df135e1cb684cac. --- main/busybox/busybox.post-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main/busybox/busybox.post-install (limited to 'main/busybox/busybox.post-install') diff --git a/main/busybox/busybox.post-install b/main/busybox/busybox.post-install new file mode 100644 index 0000000000..8baed730c6 --- /dev/null +++ b/main/busybox/busybox.post-install @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/busybox --install -s -- cgit v1.2.3