Removing the tmp folder when finished installing

This commit is contained in:
Djamil Legato
2014-09-01 17:57:13 -07:00
parent 69e345f64f
commit 67a325e8e9

View File

@@ -121,6 +121,7 @@ class InstallCommand extends Command {
} }
$this->output->writeln(''); $this->output->writeln('');
$this->rrmdir($this->destination.DS.'tmp-gpm');
} }
private function setColors() private function setColors()