diff options
Diffstat (limited to 'tools/deapexer.py')
-rw-r--r-- | tools/deapexer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/deapexer.py b/tools/deapexer.py index 5033aef..b170d90 100644 --- a/tools/deapexer.py +++ b/tools/deapexer.py @@ -183,6 +183,7 @@ def RunExtract(args): if not os.path.exists(args.dest): os.makedirs(args.dest, mode=0o755) apex.extract(args.dest) + shutil.rmtree(os.path.join(args.dest, "lost+found")) def RunInfo(args): |