#!/bin/sh

if [ x"${1}" = x'configure' ]; then
	update-alternatives --install /usr/bin/dialog dialog \
		/usr/bin/dialog.ncurses 20
fi