summarylogtreecommitdiffstats
path: root/openrazer-fxs-driver-dkms-git.install
diff options
context:
space:
mode:
authortildearrow2020-10-17 19:05:10 -0500
committertildearrow2020-10-17 19:05:10 -0500
commitcd857d211431a4b41b35fba2a7c06ea5926b0bbf (patch)
tree13abab439bdb0d0db92829d60d13a932e73cdc26 /openrazer-fxs-driver-dkms-git.install
downloadaur-cd857d211431a4b41b35fba2a7c06ea5926b0bbf.tar.gz
initial commit
Diffstat (limited to 'openrazer-fxs-driver-dkms-git.install')
-rw-r--r--openrazer-fxs-driver-dkms-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/openrazer-fxs-driver-dkms-git.install b/openrazer-fxs-driver-dkms-git.install
new file mode 100644
index 000000000000..0e719e2d5065
--- /dev/null
+++ b/openrazer-fxs-driver-dkms-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ 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 "\e[31m* Please not, that you have to have the *"
+ echo -e "\e[31m* kernel headers for your current kernel *"
+ echo -e "\e[31m* installed for dkms to work correctly! *"
+ echo -e "\e[31m********************************************"
+ echo -e -n "\e[39m"
+}