summaryrefslogtreecommitdiff
path: root/misc/dist/darwin/scripts/preinstall
blob: 4cdaaa4bca47695e228272051083d58c38d64efe (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

GOROOT=/usr/local/go

echo "Removing previous installation"
if [ -d $GOROOT ]; then
	rm -r $GOROOT
fi