X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F92-update-freshclam;h=3275bb113e909825c32f5f4a1cd7323244fba57b;hp=2996c20ab090a0b1f13566c0bea461c7a9f754f7;hb=d04892a34561ab15943e526b249aa036da8185a1;hpb=79139886c9ad1a840f9833437cc17dcd94c1497c diff --git a/etc/grml/fai/config/scripts/GRMLBASE/92-update-freshclam b/etc/grml/fai/config/scripts/GRMLBASE/92-update-freshclam index 2996c20..3275bb1 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/92-update-freshclam +++ b/etc/grml/fai/config/scripts/GRMLBASE/92-update-freshclam @@ -11,6 +11,12 @@ if ifclass NO_ONLINE ; then 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 + set -u bailout() {