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

Steffen Joeris white-guest at alioth.debian.org
Fri Dec 22 16:13:51 CET 2006


Author: white-guest
Date: 2006-12-22 16:13:50 +0100 (Fri, 22 Dec 2006)
New Revision: 558

Modified:
   kolab-resource-handlers/trunk/debian/prerm
Log:
* additional check before removing it


Modified: kolab-resource-handlers/trunk/debian/prerm
===================================================================
--- kolab-resource-handlers/trunk/debian/prerm	2006-12-20 12:52:00 UTC (rev 557)
+++ kolab-resource-handlers/trunk/debian/prerm	2006-12-22 15:13:50 UTC (rev 558)
@@ -2,6 +2,9 @@
 
 set -e
 
-a2dissite kolab >/dev/null
+if [ -f /etc/apache2/sites-enabled/kolab ] &&
+       [ -x /usr/sbin/a2dissite ] ; then
+	a2dissite kolab >/dev/null
+fi
 
 #DEBHELPER#




More information about the pkg-kolab-devel mailing list