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

Steffen Joeris white-guest at alioth.debian.org
Wed Dec 20 13:35:21 CET 2006


Author: white-guest
Date: 2006-12-20 13:35:21 +0100 (Wed, 20 Dec 2006)
New Revision: 556

Added:
   kolab-resource-handlers/trunk/debian/prerm
Modified:
   kolab-resource-handlers/trunk/debian/changelog
Log:
* remove the apache configuration if the package is removed


Modified: kolab-resource-handlers/trunk/debian/changelog
===================================================================
--- kolab-resource-handlers/trunk/debian/changelog	2006-12-20 11:38:41 UTC (rev 555)
+++ kolab-resource-handlers/trunk/debian/changelog	2006-12-20 12:35:21 UTC (rev 556)
@@ -8,6 +8,8 @@
   * Change the include path for the kolab-webadmin 
     apache.conf file to enable it by default if the package 
     is installed (Closes: #400627)
+  * Remove the apache configuration from the sites-enabled if
+    the package is removed
 
  -- Peter Eisentraut <petere at debian.org>  Fri,  8 Dec 2006 19:49:46 +0100
 

Added: kolab-resource-handlers/trunk/debian/prerm
===================================================================
--- kolab-resource-handlers/trunk/debian/prerm	2006-12-20 11:38:41 UTC (rev 555)
+++ kolab-resource-handlers/trunk/debian/prerm	2006-12-20 12:35:21 UTC (rev 556)
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+echo "Removing apache configuration for kolab"
+a2dissite kolab >/dev/null
+
+#DEBHELPER#




More information about the pkg-kolab-devel mailing list