summarylogtreecommitdiffstats
path: root/digilent-agent.install
diff options
context:
space:
mode:
Diffstat (limited to 'digilent-agent.install')
-rw-r--r--digilent-agent.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/digilent-agent.install b/digilent-agent.install
new file mode 100644
index 000000000000..56ecb0b8e1f8
--- /dev/null
+++ b/digilent-agent.install
@@ -0,0 +1,10 @@
+## arg 1: the new package version
+post_install() {
+ echo "
+You need to add youself to the 'uucp' usergroup to be able connect to the
+serial ports. Use something like this:
+
+ sudo usermod -aG uucp <your username>
+
+"
+}