aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox.post-install
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: Ensure all paths for busybox existsOlliver Schinagl2019-12-111-1/+1
| | | | | | | | | | | | When busybox --install is called (without parameters) the user is responsible to ensure all paths are created. While this is probably a bug in upstream busybox, it has been working this way since forever. Until this is fixed upstream, lets ensure that if busybox is installed very early on, all paths needed do actually exist preventing 'no such file or directory' errors during install. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* main/busybox: post-install make sure target directory existCarlo Landmeter2019-12-101-0/+1
| | | | | | We cleanup emtpy dirs in abuild:b8b8a651fc147669e3e811f55198305b97c1001c this breaks installing busybox symlinks on netboot due to missing target directory.
* main/busybox: remove old /bin/install symlink when upgradingNatanael Copa2011-08-241-1/+2
| | | | | | We have moved /bin/install to /usr/bin/install. The old symlink should go away when upgrading and trigger script will not do it. So we do it in post-upgrade
* Revert "main/busybox: use triggers in apk-tools"Natanael Copa2009-08-171-0/+3
| | | | | | | 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: use triggers in apk-toolsNatanael Copa2009-08-141-3/+0
|
* move core/* to main/Natanael Copa2009-07-231-0/+3
added maintainer to several packages as well