comparison scripts/uninstall.sh @ 308:869d2263de5d

move scripts git-svn-id: https://luan-java.googlecode.com/svn/trunk@309 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 23 Dec 2014 05:48:49 +0000
parents dist/scripts/uninstall.sh@4bf49f0a46b3
children 9e9bb358b2df
comparison
equal deleted inserted replaced
307:4bf49f0a46b3 308:869d2263de5d
1 rm /usr/local/bin/luan
2
3 cd `dirname $0`
4 echo "luan has been uninstalled"
5 echo "you can now delete `pwd`"