diff options
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-x | busybox.pkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index 526a66c..3c1a964 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -1,6 +1,7 @@ #!/bin/sh if [ "x${1}" = 'xconfigure' ]; then + update-alternatives --install /usr/bin/awk awk /usr/bin/awk.busybox 10 update-alternatives --install /usr/bin/ar ar /usr/bin/ar.busybox 10 update-alternatives --install /usr/bin/strings strings \ /usr/bin/strings.busybox 10 |