[pkg-kolab] r661 - kolabd/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Tue Jul 31 12:02:47 UTC 2007


Author: petere
Date: 2007-07-31 12:02:47 +0000 (Tue, 31 Jul 2007)
New Revision: 661

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/postinst
Log:
* Removed cache initialization from postinst, becaue kolabdcachetool
  was removed

Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2007-07-30 16:08:57 UTC (rev 660)
+++ kolabd/trunk/debian/changelog	2007-07-31 12:02:47 UTC (rev 661)
@@ -10,6 +10,8 @@
   * Revived kolab_bootstrap
   * Don't ignore errors from make distclean, as per lintian check
   * Fixed default hostname suggested by kolab_bootstrap
+  * Removed cache initialization from postinst, becaue kolabdcachetool
+    was removed
 
  -- Peter Eisentraut <petere at debian.org>  Mon, 23 Jul 2007 12:46:38 +0200
 

Modified: kolabd/trunk/debian/postinst
===================================================================
--- kolabd/trunk/debian/postinst	2007-07-30 16:08:57 UTC (rev 660)
+++ kolabd/trunk/debian/postinst	2007-07-31 12:02:47 UTC (rev 661)
@@ -14,21 +14,9 @@
 	chmod 2775 /var/lib/kolab
 }
 
-create_cachefiles() {
-	if ! [ -f /var/lib/kolab/mailbox-uidcache.db ] ; then
-		echo "Creating Mailbox UID cache file"
-		/usr/sbin/kolabdcachetool mbox flush
-	fi
-	if ! [ -f /var/lib/kolab/graveyard-tscache.db ] ; then
-		echo "Creating Graveyard files"
-		/usr/sbin/kolabdcachetool gyard flush
-	fi
-}
-
 if [ "$1" = configure ]; then
 	add_kolab_system_users
 	fixperms
-#	create_cachefiles
 fi
 
 #DEBHELPER#




More information about the pkg-kolab-devel mailing list