From 6027c2e9cc08a52327c381ab0a50ea5767fd0534 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 30 Aug 2011 12:00:04 +0000 Subject: main/sed: fix deinstall script But we still keep it since sed might be used in install scripts. --- main/sed/sed.post-deinstall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main/sed/sed.post-deinstall') diff --git a/main/sed/sed.post-deinstall b/main/sed/sed.post-deinstall index 99b57c4635..81dde1ec59 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 -- cgit v1.2.3