summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.pkg/postinst')
-rwxr-xr-xbusybox.pkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst
index c1ac929..526a66c 100755
--- a/busybox.pkg/postinst
+++ b/busybox.pkg/postinst
@@ -4,4 +4,8 @@ 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
+ update-alternatives --install /usr/bin/clear clear \
+ /usr/bin/clear.busybox 10
+ update-alternatives --install /usr/bin/reset reset \
+ /usr/bin/reset.busybox 10
fi