Remove win32 loader in installer image too

merge-requests/18/merge
Daniel Ruiz de Alegría 2 years ago
parent a626b13fa8
commit a84dc79ee5
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

@ -34,9 +34,9 @@ fi
if [ -d boot/grub/theme ] && [ -s boot/grub/theme ]; then
fix_branding boot/grub/theme/*
fi
if [ -e autorun.inf ]; then
fix_branding autorun.inf
fi
# Remove Debian's windows loader
rm -f autorun.inf win32-loader.ini setup.exe
# Replace Debian specific documentation
rm -rf css

Loading…
Cancel
Save