summarylogtreecommitdiffstats
path: root/razer-driver-dkms.install
diff options
context:
space:
mode:
authorLuca Weiss2017-01-24 14:42:18 +0100
committerLuca Weiss2017-01-24 14:42:18 +0100
commit497224c731c4d81ef18cb7311546178ab74b8ea2 (patch)
treec25b2b267e1f41bec7c091391bda005f78f42ccf /razer-driver-dkms.install
downloadaur-497224c731c4d81ef18cb7311546178ab74b8ea2.tar.gz
Initial commit, everything commented
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"
+}