#!/bin/sh if [ x"${1}" = x'configure' ]; then update-alternatives --install /usr/bin/dialog dialog \ /usr/bin/dialog.ncursesw 30 fi