--- builds_bin/build_ISO 2009/11/03 22:35:28 1.29 +++ builds_bin/build_ISO 2010/02/12 18:52:05 1.31 @@ -15,6 +15,14 @@ then exit 1 fi +# remove package that are no longer in the distro +if [ "$distrel" == "7" ] +then + find -name 'qmail-workaround*' -print0 -o \ + -name '*rkhunter*' -print0 \ + | xargs -r0 rm +fi + for img in product updates do if [ "$distrel" == "7" ]