diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 17:54:27 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-15 17:54:27 -0500 |
commit | 5ff582a331131c9e273d3c9ab8c6c1803e8d18b6 (patch) | |
tree | b7d45cc4b7cb15ffe29947df442fe391fda017ff /system/coreutils/coreutils.post-deinstall | |
parent | 0931dec975ad6c299dbd0f27636b36dc0849b0a8 (diff) | |
download | packages-5ff582a331131c9e273d3c9ab8c6c1803e8d18b6.tar.gz packages-5ff582a331131c9e273d3c9ab8c6c1803e8d18b6.tar.bz2 packages-5ff582a331131c9e273d3c9ab8c6c1803e8d18b6.tar.xz packages-5ff582a331131c9e273d3c9ab8c6c1803e8d18b6.zip |
system/coreutils: [PD] fix, bump to 8.29, single-binary, utmps
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 |