[pkg-kolab] r374 - trunk/kolab-resource-handlers/debian

Steffen Joeris white-guest at costa.debian.org
Thu Apr 6 12:41:48 UTC 2006


Author: white-guest
Date: 2006-04-06 12:41:48 +0000 (Thu, 06 Apr 2006)
New Revision: 374

Modified:
   trunk/kolab-resource-handlers/debian/changelog
   trunk/kolab-resource-handlers/debian/postinst
Log:
* fix postinst (Closes: #360924)


Modified: trunk/kolab-resource-handlers/debian/changelog
===================================================================
--- trunk/kolab-resource-handlers/debian/changelog	2006-04-06 09:14:53 UTC (rev 373)
+++ trunk/kolab-resource-handlers/debian/changelog	2006-04-06 12:41:48 UTC (rev 374)
@@ -1,3 +1,10 @@
+kolab-resource-handlers (0.3.9-6) UNRELEASED; urgency=low
+
+  * fix postinst script to make sure that directory will be created
+    (Closes: #360924)
+
+ -- Steffen Joeris <steffen.joeris at skolelinux.de>  Thu,  6 Apr 2006 14:40:41 +0200
+
 kolab-resource-handlers (0.3.9-5) unstable; urgency=low
 
   * add dpatch to build-depends (Closes: #358741) 

Modified: trunk/kolab-resource-handlers/debian/postinst
===================================================================
--- trunk/kolab-resource-handlers/debian/postinst	2006-04-06 09:14:53 UTC (rev 373)
+++ trunk/kolab-resource-handlers/debian/postinst	2006-04-06 12:41:48 UTC (rev 374)
@@ -24,7 +24,7 @@
 create_cache() {
 	if ! [ -d /var/lib/kolab/freebusy-cache ] ; then
 		echo "Creating freebusy cache directory"
-		mkdir /var/lib/kolab/freebusy-cache
+		mkdir -p /var/lib/kolab/freebusy-cache
 		chown www-data:root /var/lib/kolab/freebusy-cache
 	fi
 }




More information about the pkg-kolab-devel mailing list