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

if [ "x${1}" = 'xconfigure' ]; then
	update-alternatives --install /usr/bin/ar ar /usr/bin/ar.busybox 10
fi