summaryrefslogtreecommitdiffstats
path: root/lbu-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-model.lua')
-rw-r--r--lbu-model.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/lbu-model.lua b/lbu-model.lua
index a2a7b40..8d7c53e 100644
--- a/lbu-model.lua
+++ b/lbu-model.lua
@@ -465,8 +465,7 @@ function getpackage()
end
-- delete the temp directory and file
- f = io.popen("rm -r "..tmp)
- f:close()
+ fs.remove_directory(tmp)
return package
end