import upstream maccel baseline
Tests / test_core_function (push) Failing after 12s

This commit is contained in:
2026-03-24 12:10:31 +00:00
parent 6e948d7b39
commit 5f1254d11a
108 changed files with 18930 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
post_install() {
echo ''
echo ' Add yourself to the "maccel" group and install the module!'
echo ' usermod -aG maccel $USER;'
echo ' modprobe maccel;'
echo ''
}
post_upgrade() {
echo ''
echo ' Remember to reload the module!'
echo ' rmmod maccel && modprobe maccel'
echo ''
}
# post_remove() { }