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