summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2018-05-30 12:15:14 -0400
committerAlexei Colin2018-05-30 12:39:31 -0400
commite61350e7bf3bcaca0ddeab997c88dab73aa8d40e (patch)
tree2691bf1ec38d426050d453f26951b77fbc6e148f
parentafd92c04da3759e0fedc6a856bb6ec41bb9326da (diff)
downloadaur-e61350e7bf3bcaca0ddeab997c88dab73aa8d40e.tar.gz
install: add note about first run and multi-user runs
-rw-r--r--ccstudio.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/ccstudio.install b/ccstudio.install
index c1bf8562efb5..3bb81adb18d8 100644
--- a/ccstudio.install
+++ b/ccstudio.install
@@ -17,8 +17,17 @@ post_install() {
chgrp -R $_grp $_dir
+ echo ">>> On first launch, run ccstudio as root in order for CCS to register "
+ echo ">>> software bundles installed into the filesystem by related packages: "
+ echo ">>> sudo ccstudio"
+ echo ">>>"
echo ">>> Run this command as each user who will run CCS, to add to '${_grp}' group:"
echo ">>> sudo usermod -a -G ${_grp} \$(whoami)"
+ echo ">>>"
+ echo ">>> When multiple users run CCS, beware that on each run CCS creates "
+ echo ">>> /tmp/jxbrowser* directory permissioned to one user, and fails to "
+ echo ">>> read it when run under a different user, so delete the dir as a "
+ echo ">> workaround."
}
post_upgrade() {