#!/bin/bash

set -e

# set defaults for roundcube so we don't get prompted
echo "roundcube-core roundcube/dbconfig-install boolean true" | debconf-set-selections
echo "roundcube-core roundcube/database-type select mysql" | debconf-set-selections
echo "roundcube-core roundcube/mysql/app-pass password" | debconf-set-selections

#DEBHELPER#

exit 0
