From 10ca6a375343b3f61c4ecc0a48372c15964d7d0a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 10 Dec 2020 06:32:28 -0500 Subject: Remove *.busybox links --- (limited to 'busybox.pkg') diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index ae66306..1a5d744 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -7,7 +7,7 @@ if [ "x${1}" = 'xconfigure' ]; then # increased to 30), and expect-doc provides a /usr/bin/mkpasswd # alternative with priority 10. update-alternatives --install "${link}" "${link##*/}" \ - "${link}.busybox" 15 + /bin/busybox 15 done