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

petere at alioth.debian.org petere at alioth.debian.org
Tue Jul 31 16:45:00 UTC 2007


Author: petere
Date: 2007-07-31 16:45:00 +0000 (Tue, 31 Jul 2007)
New Revision: 667

Modified:
   kolabd/trunk/debian/postrm
Log:
Add additional file to purge


Modified: kolabd/trunk/debian/postrm
===================================================================
--- kolabd/trunk/debian/postrm	2007-07-31 16:40:43 UTC (rev 666)
+++ kolabd/trunk/debian/postrm	2007-07-31 16:45:00 UTC (rev 667)
@@ -3,6 +3,7 @@
 set -e
 
 if [ "$1" = purge ]; then
+	rm -f /var/lib/kolab/mailbox-quotacache.db
 	rm -f /var/lib/kolab/mailbox-uidcache.db
 	rm -f /var/lib/kolab/graveyard-uidcache.db
 	rm -f /var/lib/kolab/graveyard-tscache.db




More information about the pkg-kolab-devel mailing list