On 2018-10-23 12:51, Mike Gabriel wrote: >> new fusiondirectory package pre-installation script subprocess >> returned error exit status 30
> What would be the best solution here? Not asking the DEBCONF question, > when [ "x$DEBIAN_FRONTEND" = "xnoninteractive" ] ? Do the same as all other packages using debconf: db_input ... || test $? = 30 Andreas