summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-tlnet-consistency
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-10-14 23:55:50 +0000
committerNorbert Preining <preining@logic.at>2008-10-14 23:55:50 +0000
commit750c50e41009f43c4849c03ae70448f4c5b61e31 (patch)
treed7100ca68b0a87166573a23884dd0f26fba80166 /Master/tlpkg/bin/check-tlnet-consistency
parentc3ce695ac49f0f71de36edb0cb85b79f91109929 (diff)
remove all created directories
git-svn-id: svn://tug.org/texlive/trunk@10980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-tlnet-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-tlnet-consistency2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency
index 6a9bcef09c1..13d50a9da86 100755
--- a/Master/tlpkg/bin/check-tlnet-consistency
+++ b/Master/tlpkg/bin/check-tlnet-consistency
@@ -88,6 +88,8 @@ sub main
unlink("$temp/tlpkg/tlpobj/$pkg.tlpobj");
}
}
+ system("rmdir --ignore-fail-on-non-empty $temp/tlpkg/tlpobj");
+ system("rmdir --ignore-fail-on-non-empty $temp/tlpkg");
system("rmdir --ignore-fail-on-non-empty $temp");
if (@notlpobj) {
print "packages without containing tlpobj file:\n";