summarylogtreecommitdiffstats
path: root/arduino10.install
diff options
context:
space:
mode:
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)"
+}