summaryrefslogtreecommitdiffstats
path: root/busybox.pkg/postinst
blob: c1ac9293a1c4e89092e55a1898e3c5622c193374 (plain)
1
2
3
4
5
6
7
#!/bin/sh

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