Browse Source

Remove temp dirs when done


git-svn-id: http://svn.dmdirc.com/trunk@3527 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
1023ea32f5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      createPluginJar.sh

+ 2
- 0
createPluginJar.sh View File

@@ -48,4 +48,6 @@ done
48 48
 
49 49
 mv ${srcdir}/src/${foldername}/${2}.jar ${srcdir}/plugins/
50 50
 
51
+cd ${srcdir}
52
+rm -Rf ${TMPDIR}
51 53
 #echo "done";

Loading…
Cancel
Save