From d1aaf98b4a17cb21e7a9a1b6e18169e18d6c339c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Sep 2013 10:43:45 -0400 Subject: Manage /usr/bin/awk with update-alternatives. This is also provided by gawk. --- (limited to 'busybox.pkg/postinst') 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 -- cgit v0.9.1