Files
thomas 5f1254d11a
Tests / test_core_function (push) Failing after 12s
import upstream maccel baseline
2026-03-25 09:32:22 +00:00

17 lines
321 B
Plaintext

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() { }