#!/bin/sh if [ x"${1}" = x'configure' ]; then while read link; do update-alternatives --install "${link}" "${link##*/}" \ "${link}.e2p" 30 done