From 52a6b11297c79509d52c6b56646dc6a5b79c327c Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 19 Jun 2011 11:05:53 +0000
Subject: [PATCH] Enhance debian package.

---
 build/deb/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/deb/postinst b/build/deb/postinst
index f8e8f3c82bf..b16cef13838 100644
--- a/build/deb/postinst
+++ b/build/deb/postinst
@@ -119,7 +119,7 @@ case "$1" in
 			#test "$status" = "uncomment" -o "$status" = "include" && restart="$server $restart"
 			
 			# Add link to config file
-            echo Setup web server $webservers to add dolibarr config file
+            echo Setup web server $server to add dolibarr config file
 			ln -fs /etc/dolibarr/apache.conf /etc/apache2/conf.d
 			
 			# (useless)
-- 
GitLab