summarylogtreecommitdiffstats
path: root/digilent-agent.install
diff options
context:
space:
mode:
authorchuvke2017-07-02 15:59:09 +0200
committerchuvke2017-07-02 15:59:09 +0200
commitc2796d036ebcdd561dc6be5a541df55a1626e7e4 (patch)
tree734b41c2feb75521b1609774119bb14bfa73bc29 /digilent-agent.install
downloadaur-c2796d036ebcdd561dc6be5a541df55a1626e7e4.tar.gz
Initial revision
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>
+
+"
+}