diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2024-04-06 17:02:28 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2024-04-06 17:07:32 +0300 |
commit | 7f85104ebb92f8a47868fa61ea952b802079e7be (patch) | |
tree | 875a96d0a46c6acf72b8b37dd9191272ef08c54f /scripts/dl_cleanup.py | |
parent | f2fabf7aaaacec6fdc50226f57f4be2c19d8cace (diff) |
scripts: add .tar.zst to dl_cleanup extensions
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'scripts/dl_cleanup.py')
-rwxr-xr-x | scripts/dl_cleanup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index cdbcb83f20..6d4f96c9d8 100755 --- a/scripts/dl_cleanup.py +++ b/scripts/dl_cleanup.py @@ -100,6 +100,7 @@ extensions = ( ".tar.gz", ".tar.bz2", ".tar.xz", + ".tar.zst", ".orig.tar.gz", ".orig.tar.bz2", ".orig.tar.xz", |