#!/bin/sh

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