[installer] add post-install.go to replace post-install.py
the python script needed python to be installed on the user's machine to be able to successfully install
this is changed to use a statically compiled go binary for performing the post-install tasks
fixes #775 (closed)