#18427049 : remove cache after installation

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6918 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-11 04:40:22 +00:00
parent c59adbb7d3
commit ee2a8913bd

View file

@ -51,6 +51,7 @@
$file_list = $this->_unPack();
$this->_copyDir($file_list);
FileHandler::removeDir($this->temp_dir);
return;
}