diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-26 00:14:23 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-06-26 00:14:23 -0500 |
commit | 89103259e8947d3f9da5aa03fc49f37a31293675 (patch) | |
tree | 24730558e662802ba5e50780c8ce47b63ffa3419 /system/busybox/busybox-extras.pre-deinstall | |
parent | 24eac36681eaeeda188b90d6d9a1cbd3a2aab5ed (diff) | |
download | packages-89103259e8947d3f9da5aa03fc49f37a31293675.tar.gz packages-89103259e8947d3f9da5aa03fc49f37a31293675.tar.bz2 packages-89103259e8947d3f9da5aa03fc49f37a31293675.tar.xz packages-89103259e8947d3f9da5aa03fc49f37a31293675.zip |
system/busybox: no maintainer, fix pre-deinstall phase scripts
Diffstat (limited to 'system/busybox/busybox-extras.pre-deinstall')
-rw-r--r-- | system/busybox/busybox-extras.pre-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/busybox/busybox-extras.pre-deinstall b/system/busybox/busybox-extras.pre-deinstall index 15461302c..5ae91ccbc 100644 --- a/system/busybox/busybox-extras.pre-deinstall +++ b/system/busybox/busybox-extras.pre-deinstall @@ -2,7 +2,7 @@ # Remove all symlinks to busybox-extras cd / -for link in $(busybox-extras --list --full); do +for link in $(busybox-extras --list-full); do if [ -L "$link" ] && [ "$(readlink $link)" = "/bin/busybox-extras" ]; then rm "$link" fi |