Code

Fixed department selection in MultiSelectBox class.
[gosa.git] / gosa-core / debian / gosa.postinst
index c35f0958fc487ce5e429326c0ffdf10434cb0002..e68ba154e075b24b07a10506e0c81af0c4e1e7ad 100644 (file)
@@ -31,11 +31,11 @@ if [ ! -f /etc/gosa/gosa.secrets ]; then
 fi
 
 # Copy GOsa configuration to conf.d directories
-if [ ! -f /etc/apache2/conf.d/gosa.conf ]; then
+if [ ! -L /etc/apache2/conf.d/gosa.conf ]; then
   echo "Making /gosa available in /etc/apache2/conf.d"
 
   # Add GOsa include file
-  ln -s /etc/gosa/apache-gosa.conf /etc/apache2/conf.d/gosa.conf
+  ln -s /etc/gosa/gosa-apache.conf /etc/apache2/conf.d/gosa.conf
 fi
 
 # Add links for safe mode