[arch-commits] Commit in go/trunk (go.install)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Tue Nov 5 19:02:37 UTC 2013
Date: Tuesday, November 5, 2013 @ 20:02:37
Author: arodseth
Revision: 100544
Fix for FS#37651
Modified:
go/trunk/go.install
------------+
go.install | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
Modified: go.install
===================================================================
--- go.install 2013-11-05 18:38:02 UTC (rev 100543)
+++ go.install 2013-11-05 19:02:37 UTC (rev 100544)
@@ -1,4 +1,4 @@
-post_upgrade() {
+post_install() {
# Friendly message to the user
echo "Example use of the \"go\" tool as a user:"
echo " mkdir ~/go"
@@ -7,8 +7,4 @@
echo " go get website.com/user/module"
}
-post_install() {
- post_upgrade
-}
-
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list