Add uninstall script

This commit is contained in:
Akash Manohar J 2014-11-30 15:43:08 +05:30
parent 605d3627a2
commit 3ec9c45ee3

12
sources/erlang/uninstall Normal file
View File

@ -0,0 +1,12 @@
#!/usr/bin/env sh
uninstall_erlang() {
local install_type=$1
local version=$2
local install_path=$3
rm -rf $install_path
}
uninstall_erlang $@