diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-02 14:48:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-02 14:48:02 (EDT) |
commit | f9333acb1a71bdcaa3c4072b5d2bf6c36d9280a1 (patch) | |
tree | a605ab96f64514ae74e9d7c982a84f6e514d3133 /busybox.pkg/postinst | |
parent | fd935fcebe18a42dad8f9e9be3a09c829a029ae1 (diff) |
Manage /usr/bin/strings with update-alternatives.
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-x | busybox.pkg/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index 829a73d..c1ac929 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -2,4 +2,6 @@ if [ "x${1}" = 'xconfigure' ]; then update-alternatives --install /usr/bin/ar ar /usr/bin/ar.busybox 10 + update-alternatives --install /usr/bin/strings strings \ + /usr/bin/strings.busybox 10 fi |