[interchange/DEB_5_8_1] Use sqlite3 database in postinst as well (#717663).
Stefan Hornburg <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit c730c834628a8eca4293f001ecb4c3fb8984f021 Author: Stefan Hornburg (Racke) <[email protected]> Date: Wed Jul 24 16:32:31 2013 +0200 Use sqlite3 database in postinst as well (#717663). debian/interchange-cat-standard.postinst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/debian/interchange-cat-standard.postinst b/debian/interchange-cat-standard.postinst index 219ca36..2fe7c1b 100755 --- a/debian/interchange-cat-standard.postinst +++ b/debian/interchange-cat-standard.postinst @@ -92,7 +92,7 @@ if [ "$GOAHEAD" = "true" ]; then elif [ "$dbc_dbtype" = "pgsql" ]; then PGSQL=1 SQLDSN="dbi:Pg:dbname=$dbc_dbname" - elif [ "$dbc_dbtype" = "sqlite" ]; then + elif [ "$dbc_dbtype" = "sqlite3" ]; then SQLITE=1 SQLDSN="dbi:SQLite:dbname=$dbc_dbname" fi