summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/prerm
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 06:32:28 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-10 06:32:28 (EST)
commit10ca6a375343b3f61c4ecc0a48372c15964d7d0a (patch)
tree13a6d412abea386e78edca8ba90d30f835dc4719 /busybox.pkg/prerm
parenta12da383a6f4a4c129b624111bf693422f00d1ef (diff)
Remove *.busybox links
Diffstat (limited to 'busybox.pkg/prerm')
-rwxr-xr-xbusybox.pkg/prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.pkg/prerm b/busybox.pkg/prerm
index 39f963d..25e55f6 100755
--- a/busybox.pkg/prerm
+++ b/busybox.pkg/prerm
@@ -7,7 +7,7 @@ if [ "x${1}" = 'xupgrade' ]; then
done </usr/share/busybox/init-scripts
fi
while read link; do
- update-alternatives --remove "${link##*/}" "${link}.busybox"
+ update-alternatives --remove "${link##*/}" /bin/busybox
done </usr/share/busybox/alternatives
if [ -f /usr/share/busybox/www/SHA256SUMS ]; then
if [ -f /var/www/index.html ] && \