From ff476413e30a6cf477364eeed12ed06540a8b436 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Thu, 7 Oct 2021 12:27:50 -0500 Subject: legacy/*: cleanup packages that can 'definitely go' --- legacy/busybox/busybox-extras.pre-deinstall | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 legacy/busybox/busybox-extras.pre-deinstall (limited to 'legacy/busybox/busybox-extras.pre-deinstall') 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 -- cgit v1.2.3-70-g09d2