updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / go-release-hg / go.install
blob0c36838218b40a9ae1e030664e3c3907ecc56222
1 post_install() {
2   usr/sbin/groupadd -f --system golang
3   chgrp -R golang /opt/go
4   bin/cat <<EOI
6 NOTE
7 ----
9 * check /etc/profile.d/go.sh, then relogin or 'source' the file
10 * add your user to group 'golang' to be able to 'goinstall' third-party packages
11 * to avoid permission issues check the 'goinstall' wrapper '/opt/go/bin/goinst'
12 * the go binaries are installed in '/opt/go/bin'
14 EOI
17 post_upgrade() {
18   post_install $1
21 post_remove() {
22   usr/sbin/groupdel golang &>/dev/null