summaryrefslogtreecommitdiffstats
path: root/main/sed/sed.post-deinstall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-30 12:00:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-30 12:00:04 +0000
commit6027c2e9cc08a52327c381ab0a50ea5767fd0534 (patch)
treeea8306801eb8ef502ecaec335f4b747f8e325679 /main/sed/sed.post-deinstall
parentadfa115972bb35f51c2454fbb8676ff5c8afda03 (diff)
downloadaports-6027c2e9cc08a52327c381ab0a50ea5767fd0534.tar.bz2
aports-6027c2e9cc08a52327c381ab0a50ea5767fd0534.tar.xz
main/sed: fix deinstall script
But we still keep it since sed might be used in install scripts.
Diffstat (limited to 'main/sed/sed.post-deinstall')
-rw-r--r--main/sed/sed.post-deinstall5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/sed/sed.post-deinstall b/main/sed/sed.post-deinstall
index 99b57c463..81dde1ec5 100644
--- a/main/sed/sed.post-deinstall
+++ b/main/sed/sed.post-deinstall
@@ -1,3 +1,6 @@
#!/bin/sh
-busybox --install -s
+# we cannot rely on the busbox trigger since sed might be used from install
+# scripts
+
+exec /bin/busybox --install -s