21-usersetup: check for existing /bin/zsh inside the chroot
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 92-update-freshclam
index afaadc4..3275bb1 100755 (executable)
@@ -7,7 +7,13 @@
 ################################################################################
 
 if ifclass NO_ONLINE ; then
-  echo "Ignoring script 91-update-pciids as NO_ONLINE is set."
+  echo "Ignoring script 92-update-freshclam as NO_ONLINE is set."
+  exit 0
+fi
+
+if ! ifclass FRESHCLAM ; then
+  echo "Ignoring script 92-update-freshclam as FRESHCLAM is NOT set."
+  echo "Executing freshclam increases the ISO for ~70MB, not considering as default."
   exit 0
 fi