prva verzija za stretch
[webalizer-cn.git] / debian / prerm
index c369827..ef570e4 100755 (executable)
@@ -5,22 +5,22 @@ set -e
 PKG="webalizer-cn"
 
 if [ -e /usr/share/apache2/apache2-maintscript-helper ]; then
-    . /usr/share/apache2/apache2-maintscript-helper
+  . /usr/share/apache2/apache2-maintscript-helper
 
-    webalizer_enable() {
-        echo "CN: Disabling $PKG configuration for Apache2."
-        return 0
-    }
+  webalizer_enable() {
+    echo "CN: Disabling $PKG configuration for Apache2."
+    return 0
+  }
 else
-    echo "CN: Could not load Apache 2.4 maintainer script helper."
+  echo "CN: Could not load Apache 2.4 maintainer script helper."
 
-    webalizer_enable() {
-        return 1
-    }
+  webalizer_enable() {
+    return 1
+  }
 fi
 
 webalizer_error() {
-    echo "CN: Error while trying to disable $PKG configuration for Apache2."
+  echo "CN: Error while trying to disable $PKG configuration for Apache2."
 }
 
 #DEBHELPER#