]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/roundcube-core.config
Make dbconfig-common use sqlite by default to ensure that the package
[roundcube.git] / debian / roundcube-core.config
index 4914ae781e81e2b8bce6a49acb88796fa1eb20e3..72347da7371b2fe49a8150badc4daf34b378a03e 100644 (file)
@@ -41,7 +41,7 @@ db_input medium roundcube/language || true
 db_go || true
 
 if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
-        dbc_dbtypes="mysql, pgsql, sqlite"
+        dbc_dbtypes="sqlite, mysql, pgsql"
         dbc_authmethod_user="password"
         . /usr/share/dbconfig-common/dpkg/config 
         dbc_go roundcube $@