summarylogtreecommitdiffstats
path: root/go-git.install
diff options
context:
space:
mode:
authorfzerorubigd2015-06-09 09:28:56 +0430
committerfzerorubigd2015-06-09 09:28:56 +0430
commite093f07d05f007b4e1c7a0259f3fea8ae69d6b70 (patch)
treece12c93c1098309316e8ff859f51db9afb21cc67 /go-git.install
downloadaur-e093f07d05f007b4e1c7a0259f3fea8ae69d6b70.tar.gz
import from the aur3
Diffstat (limited to 'go-git.install')
-rw-r--r--go-git.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/go-git.install b/go-git.install
new file mode 100644
index 000000000000..98085fe1d9c2
--- /dev/null
+++ b/go-git.install
@@ -0,0 +1,23 @@
+post_install() {
+ # Friendly message for new users
+ echo
+ echo 'The "liteide" package provides an IDE for editing and building Go projects.'
+ echo
+ echo 'Example use of the "go" tool:'
+ echo
+ echo ' mkdir ~/go'
+ echo ' export GOPATH=~/go'
+ echo ' export PATH=$PATH:~/go/bin'
+ echo ' go get code.google.com/p/go-tour/gotour'
+ echo
+}
+
+post_upgrade() {
+ echo
+ echo 'Shell and editor configuration has been removed from the go'
+ echo 'package for the 1.4 release. For more information, see:'
+ echo 'https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins'
+ echo
+}
+
+# vim:set ts=2 sw=2 et: