diff options
Diffstat (limited to 'system/coreutils/coreutils.post-deinstall')
-rw-r--r-- | system/coreutils/coreutils.post-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/coreutils/coreutils.post-deinstall b/system/coreutils/coreutils.post-deinstall index 24e0bdf25..d327f541d 100644 --- a/system/coreutils/coreutils.post-deinstall +++ b/system/coreutils/coreutils.post-deinstall @@ -1,4 +1,4 @@ #!/bin/sh # other post scripts might need rm so we don't wait for the trigger -exec /bin/busybox --install -s +[ ! -f /bin/busybox ] || exec /bin/busybox --install -s |