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