Index: locker/deploy/bin/joomla
===================================================================
--- locker/deploy/bin/joomla	(revision 473)
+++ locker/deploy/bin/joomla	(revision 474)
@@ -4,4 +4,5 @@
 use onserver;
 use Cwd;
+use File::Path;
 
 setup();
@@ -39,3 +40,3 @@
      dirPerms => 0});
 
-system('rm', '-rf', 'installation');
+rmtree('installation');
