[Dbconfig-common-changes] [dbconfig-common] r249 - branches/sqlite/dpkg

Matt Brown mattb-guest at costa.debian.org
Sat Jun 10 06:06:45 CEST 2006


Author: mattb-guest
Date: 2006-06-10 04:06:44 +0000 (Sat, 10 Jun 2006)
New Revision: 249

Modified:
   branches/sqlite/dpkg/common
Log:
Add support for checking if sqlite is installed


Modified: branches/sqlite/dpkg/common
===================================================================
--- branches/sqlite/dpkg/common	2006-06-08 22:35:59 UTC (rev 248)
+++ branches/sqlite/dpkg/common	2006-06-10 04:06:44 UTC (rev 249)
@@ -726,6 +726,10 @@
 		 	if [ -f /usr/bin/psql ]; then
 				dbc_dbtype_installed="yes"
 			fi
+		 "sqlite")
+			if [ -f /usr/bin/sqlite ]; then
+				dbc_dbtype_installed="yes"
+			fi		       
 		 ;;
 		 "")
 		 ;;




More information about the Dbconfig-common-changes mailing list