#!/bin/sh

if [ "x${1}" = 'xremove' ]; then
	update-alternatives --remove dc /usr/bin/dc.gnu
fi