summarylogtreecommitdiffstats
path: root/ccstudio.install
diff options
context:
space:
mode:
Diffstat (limited to 'ccstudio.install')
-rw-r--r--ccstudio.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/ccstudio.install b/ccstudio.install
index 3bb81adb18d8..86ccb8112744 100644
--- a/ccstudio.install
+++ b/ccstudio.install
@@ -21,6 +21,10 @@ post_install() {
echo ">>> software bundles installed into the filesystem by related packages: "
echo ">>> sudo ccstudio"
echo ">>>"
+ echo ">>> Then, remove the left-over garbage files that are owned by root and "
+ echo ">>> cause an error when ccstudio is started by by regular user:"
+ echo ">>> sudo rm -r /tmp/jxbrowser-chromium-*"
+ 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 ">>>"