[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: postinst and debconf again



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.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: