pp <[EMAIL PROTECTED]> wrote: > Colin Watson <[EMAIL PROTECTED]> wrote: > > > On Thu, Dec 19, 2002 at 02:58:11PM +0100, pp wrote: > > > if $mysqlcmd -D mysql -e 'use midgard;' >/dev/null 2>&1 ; then > > > > > > db_input "high" midgard/error > > > > db_input can return with exit code 30 if the question is skipped. In > > that case, your postinst will fail.
question is skipped cause of db_input so my question is : how to display message without db_input?? Piotras