about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-19 23:21:15 +0100
committerJames Booth <boothj5@gmail.com>2012-07-19 23:21:15 +0100
commit2cfdac0492aa3e34cf8f28aaa89627d55f6f2d24 (patch)
treeaa2701ba1a29087dfac25579071628072a3571f9
parenta97a4f5143f4df5a2d5164067af40bd50fa9e4e1 (diff)
downloadprofani-tty-2cfdac0492aa3e34cf8f28aaa89627d55f6f2d24.tar.gz
Install script now cleans up
-rwxr-xr-xinstall-all.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install-all.sh b/install-all.sh
index 83a032ff..c745ba29 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -41,6 +41,17 @@ make
 sudo make install
 
 echo
+echo Profanity installer... cleaning up
+echo
+
+echo Removing head-unit repository...
+rm -rf head-unit
+
+echo Removing libstrophe repository...
+rm -rf libstrophe
+
+echo
 echo Profanity installer... complete!
 echo
+echo Type \'profanity\' to run.