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