Also remove advanced syslinux config files for gtk

Note that AFAICT removing these files is unnecessary as they should not
be included in the tarball if the file f3.txt.withgtk is not present.
This commit is contained in:
Frans Pop 2008-09-21 22:02:22 +00:00
parent 1dd8261809
commit 9202a3e6e8
1 changed files with 4 additions and 0 deletions

View File

@ -184,8 +184,12 @@ if [ "$THISTYPE" = "isolinux" ]; then
fi
else
# Remove gtk isolinux config files.
# FJP: AFAICT this is redundant: if f3.txt.withgtk is not
# included then the *gtk* files will not be either.
rm -f boot$N/$ISOLINUXDIR/gtk.cfg
rm -f boot$N/$ISOLINUXDIR/amdgtk.cfg
rm -f boot$N/$ISOLINUXDIR/adgtk.cfg
rm -f boot$N/$ISOLINUXDIR/adamdgtk.cfg
fi
rm -f boot$N/$ISOLINUXDIR/isolinux.cfg.with* 2>/dev/null || true