izmjene za apache 2.4
[mailman-cn.git] / debian / postrm
index 584e168..c5afcf0 100755 (executable)
@@ -8,13 +8,13 @@ if [ /etc/apache2/conf.d/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf.d/mailman-cn.conf
 fi
 
-a2disconf mailman-cn
+a2disconf mailman-cn --quiet
 
 if [ /etc/apache2/conf-available/mailman-cn.conf ]; then
   rm -f /etc/apache2/conf-available/mailman-cn.conf
 fi
 
 # reload apache2 
-reload apache2 reload
+service apache2 reload
 
 #DEBHELPER#