diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 12:00:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-30 12:00:04 +0000 |
commit | 6027c2e9cc08a52327c381ab0a50ea5767fd0534 (patch) | |
tree | ea8306801eb8ef502ecaec335f4b747f8e325679 /main/sed/sed.post-deinstall | |
parent | adfa115972bb35f51c2454fbb8676ff5c8afda03 (diff) | |
download | aports-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-deinstall | 5 |
1 files changed, 4 insertions, 1 deletions
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 |