summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/postinst
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/postinst
parenta12da383a6f4a4c129b624111bf693422f00d1ef (diff)
Remove *.busybox links
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-xbusybox.pkg/postinst2
1 files changed, 1 insertions, 1 deletions
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 </usr/share/busybox/alternatives
if ! [ -f /etc/rc.policy ]; then
if [ "x$(cat /etc/proteanos_plat)" = 'xdev' ]; then