summaryrefslogtreecommitdiffstats
path: root/main/busybox/busybox.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-24 09:10:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-24 09:10:56 +0000
commit060598965503ba0f0a1e818f0251bff2e01cac1d (patch)
treecc11b617fed610070c0acd2ac2b61b0b87824e1f /main/busybox/busybox.post-install
parent5245d5bdffdee245ab1bc626b5fc73783d86c8d5 (diff)
downloadaports-fcolista-060598965503ba0f0a1e818f0251bff2e01cac1d.tar.bz2
aports-fcolista-060598965503ba0f0a1e818f0251bff2e01cac1d.tar.xz
main/busybox: remove old /bin/install symlink when upgrading
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
Diffstat (limited to 'main/busybox/busybox.post-install')
-rw-r--r--main/busybox/busybox.post-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/busybox/busybox.post-install b/main/busybox/busybox.post-install
index 8baed730c6..a986b2f766 100644
--- a/main/busybox/busybox.post-install
+++ b/main/busybox/busybox.post-install
@@ -1,3 +1,4 @@
#!/bin/sh
-/bin/busybox --install -s
+# We need the symlinks early
+exec /bin/busybox --install -s