Move to unified builder as default

The previous building scripts and patches will be moved to legacy
This commit is contained in:
Tk-Glitch
2020-10-26 22:46:56 +01:00
parent 10e8a62b99
commit e9fb606121
242 changed files with 3 additions and 444828 deletions

10
linux-tkg-config/5.4/cleanup Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
for _f in /usr/lib/modules/*tkg*; do
if [[ ! -e ${_f}/vmlinuz ]]; then
rm -rf "$_f"
fi
done
# vim:set ft=sh sw=2 et: