summarylogtreecommitdiffstats
path: root/razer-driver-dkms.install
blob: 5831de59bbc07a97dc7a2b4873ddfc43231b007d (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "WARNING! Don't forget to install the appropriate kernel headers for your running kernel (eg linux-headers)! The folder /usr/lib/modules/$(uname -r)/build should exist after the installation of the kernel header package."

  getent group plugdev >/dev/null || groupadd -r plugdev

  echo -e "\e[31m********************************************"
  echo -e "\e[31m* To complete installation, please run:    *"
  echo -e "\e[31m* # sudo gpasswd -a <yourUsername> plugdev *"
  echo -e "\e[31m********************************************"
  echo -e -n "\e[39m"
}