[pkg-kolab] r1133 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Wed Jan 14 20:03:17 UTC 2009


Author: mparent-guest
Date: 2009-01-14 20:03:17 +0000 (Wed, 14 Jan 2009)
New Revision: 1133

Modified:
   kolab-webclient/trunk/debian/postinst
Log:
proper path for horde db


Modified: kolab-webclient/trunk/debian/postinst
===================================================================
--- kolab-webclient/trunk/debian/postinst	2009-01-14 19:57:15 UTC (rev 1132)
+++ kolab-webclient/trunk/debian/postinst	2009-01-14 20:03:17 UTC (rev 1133)
@@ -6,7 +6,7 @@
 set -e
 
 initialize_horde_db() {
-	sqlite /var/lib/kolab-webclient/horde.db < /usr/share/kolab-webclient/scripts/sql/groupware.sql
+	sqlite /var/lib/kolab-webclient/storage/horde.db < /usr/share/kolab-webclient/scripts/sql/groupware.sql
 }
 
 configure_apache() {




More information about the pkg-kolab-devel mailing list