summaryrefslogtreecommitdiff
path: root/legacy/busybox/busybox-extras.pre-deinstall
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-10-07 12:27:50 -0500
committerZach van Rijn <me@zv.io>2021-10-07 12:27:50 -0500
commitff476413e30a6cf477364eeed12ed06540a8b436 (patch)
tree09475576abd09bc9a9f9c0ed6c2787aeb31ec27b /legacy/busybox/busybox-extras.pre-deinstall
parent461d0effc689a5b2e564b0ed1e47e268264de65c (diff)
downloadpackages-ff476413e30a6cf477364eeed12ed06540a8b436.tar.gz
packages-ff476413e30a6cf477364eeed12ed06540a8b436.tar.bz2
packages-ff476413e30a6cf477364eeed12ed06540a8b436.tar.xz
packages-ff476413e30a6cf477364eeed12ed06540a8b436.zip
legacy/*: cleanup packages that can 'definitely go'
Diffstat (limited to 'legacy/busybox/busybox-extras.pre-deinstall')
-rw-r--r--legacy/busybox/busybox-extras.pre-deinstall9
1 files changed, 0 insertions, 9 deletions
diff --git a/legacy/busybox/busybox-extras.pre-deinstall b/legacy/busybox/busybox-extras.pre-deinstall
deleted file mode 100644
index 15461302c..000000000
--- a/legacy/busybox/busybox-extras.pre-deinstall
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Remove all symlinks to busybox-extras
-cd /
-for link in $(busybox-extras --list --full); do
- if [ -L "$link" ] && [ "$(readlink $link)" = "/bin/busybox-extras" ]; then
- rm "$link"
- fi
-done