#!/bin/sh if [ "x${1}" = 'xremove' ]; then for link in bzip2 bunzip2 bzcat; do update-alternatives --remove ${link} /usr/bin/${link}.bzip2 done fi