summaryrefslogtreecommitdiff
path: root/system/busybox/busybox-extras.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'system/busybox/busybox-extras.pre-deinstall')
-rw-r--r--system/busybox/busybox-extras.pre-deinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/busybox/busybox-extras.pre-deinstall b/system/busybox/busybox-extras.pre-deinstall
index 5ae91ccbc..15461302c 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