summarylogtreecommitdiffstats
path: root/qb64.install
diff options
context:
space:
mode:
authorAlex Henrie2021-12-02 21:37:38 -0700
committerAlex Henrie2021-12-02 21:37:38 -0700
commit7c3a14150137f915f1e590380bdbcb2166f16bb7 (patch)
tree3c5b6648c25cb96cc927a1ca15601606c7530bc0 /qb64.install
downloadaur-7c3a14150137f915f1e590380bdbcb2166f16bb7.tar.gz
Initial commit
Diffstat (limited to 'qb64.install')
-rw-r--r--qb64.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/qb64.install b/qb64.install
new file mode 100644
index 000000000000..97c4a6e5e1d1
--- /dev/null
+++ b/qb64.install
@@ -0,0 +1,7 @@
+post_install() {
+ getent group qb64 &> /dev/null || groupadd qb64
+ chgrp -R qb64 /opt/qb64/internal
+ echo 'To use qb64, you must be a member of the qb64 group.'
+ echo "Run \`usermod $(logname) -a -G qb64`` to add your user to the group,"
+ echo 'then log out and log back in.'
+}