summarylogtreecommitdiffstats
path: root/razer-driver-dkms.install
diff options
context:
space:
mode:
Diffstat (limited to 'razer-driver-dkms.install')
-rw-r--r--razer-driver-dkms.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/razer-driver-dkms.install b/razer-driver-dkms.install
new file mode 100644
index 000000000000..b3d48dae270f
--- /dev/null
+++ b/razer-driver-dkms.install
@@ -0,0 +1,9 @@
+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 -n "\e[39m"
+}