#!/bin/sh if [ "${1}" = remove ]; then while read link name prio; do update-alternatives --remove "${name}" "${link}.busybox" done