[pkg-kolab] r478 - kolab-webadmin/trunk/debian

Peter Eisentraut petere at costa.debian.org
Wed Oct 25 19:27:42 UTC 2006


Author: petere
Date: 2006-10-25 19:27:42 +0000 (Wed, 25 Oct 2006)
New Revision: 478

Modified:
   kolab-webadmin/trunk/debian/postinst
Log:
Remove obsolete web site setup

Modified: kolab-webadmin/trunk/debian/postinst
===================================================================
--- kolab-webadmin/trunk/debian/postinst	2006-10-25 19:24:56 UTC (rev 477)
+++ kolab-webadmin/trunk/debian/postinst	2006-10-25 19:27:42 UTC (rev 478)
@@ -2,12 +2,6 @@
 
 set -e
 
-link() {
-	if [ -e /etc/apache2/conf.d/kolab-webadmin.conf ] ; then
-                ln -s /etc/apache2/conf.d/kolab-webadmin.conf /etc/kolab-webadmin/apache.conf
-        fi
-}	
-
 fixperms() {
 	chmod 640 /etc/kolab-webadmin/session_vars.php
 	chown www-data:www-data /etc/kolab-webadmin/session_vars.php
@@ -16,7 +10,6 @@
 }
 
 if [ "$1" = configure ]; then
-	link
 	fixperms
 fi
 




More information about the pkg-kolab-devel mailing list