summarylogtreecommitdiffstats
path: root/arduino10.install
diff options
context:
space:
mode:
authorNiels Martignène2016-04-29 15:08:05 +0200
committerNiels Martignène2016-04-29 15:12:21 +0200
commit090b9b1639b2243f7738f2262e837f5cbde4c95f (patch)
treeee268d87a9fbe95733ad82e500439860de48a268 /arduino10.install
parent09963f9a09c080076ec5477f0cdd86c6748f56c4 (diff)
downloadaur-090b9b1639b2243f7738f2262e837f5cbde4c95f.tar.gz
Allow parallel installation with Arduino 1.5+
Diffstat (limited to 'arduino10.install')
-rw-r--r--arduino10.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/arduino10.install b/arduino10.install
new file mode 100644
index 000000000000..4015160bfaa9
--- /dev/null
+++ b/arduino10.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "Don't forget to add yourself to the uucp and lock groups: gpasswd -a <user> uucp && gpasswd -a <user> lock (execute as root)"
+}