[interchange/DEB_5_8_0] Use sqlite3 database in postinst as well (#717663).

Stefan Hornburg interchange-cvs at icdevgroup.org
Wed Jul 24 14:33:07 UTC 2013


commit 280f28902f7860afafd11f7d4dde26a3a8c8d521
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
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



More information about the interchange-cvs mailing list