1 2 3 4 5 6 7 8 9 10 11 12
msg() { echo "==> IMPORTANT: Install razer-laptop-control-git to enable CLI and daemon interface!" } post_upgrade() { msg } post_install() { msg }