summarylogtreecommitdiffstats
path: root/ccstudio.install
diff options
context:
space:
mode:
authorAlexei Colin2018-08-01 22:19:28 -0400
committerAlexei Colin2018-08-01 22:19:28 -0400
commit92e5a04a960b2840da310782787f84a8683094a2 (patch)
treeae9f968f50117dd808a67249d2371f1e16d41167 /ccstudio.install
parente117c8a5039d017188a094cd9ea3064acedd5f21 (diff)
downloadaur-92e5a04a960b2840da310782787f84a8683094a2.tar.gz
update to 8.1.0.00011
* add comment about workaround for error due to /tmp/jxbrowser garbage * add lib32-glibc dep that fixes the full installation * change to sha256sum hashes (recommended)
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 ">>>"