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