summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-09-03 15:01:29 +0800
committertaotieren2024-09-03 15:01:29 +0800
commit1ac7d70a2cb4926a0fc849d449011ec607019d0e (patch)
treec7bbd88b4b6a830dc9487d3a58acd51125c1e126
parent27540629bbc82a138fb207443c6bd68c61d97a45 (diff)
downloadaur-1ac7d70a2cb4926a0fc849d449011ec607019d0e.tar.gz
update python-comtool
-rw-r--r--python-comtool.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/python-comtool.install b/python-comtool.install
new file mode 100644
index 000000000000..f4d3c30801a5
--- /dev/null
+++ b/python-comtool.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ":: Add yourself to the uucp group to access the serial ports:"
+ echo " sudo usermod -a -G uucp \$USER"
+ echo " sudo udevadm control --reload-rules"
+}
+
+pre_upgrade() {
+ post_install
+}