summaryrefslogtreecommitdiff
path: root/clean-cache
diff options
context:
space:
mode:
Diffstat (limited to 'clean-cache')
-rwxr-xr-xclean-cache5
1 files changed, 0 insertions, 5 deletions
diff --git a/clean-cache b/clean-cache
index e58107a..8d4a055 100755
--- a/clean-cache
+++ b/clean-cache
@@ -37,8 +37,3 @@ find "${mirror_dir}" -type f -printf '%h\n' \
rm "${repo_dir}/${file}"
done
done
-
-find "${mirror_dir}" -type f -name '*.pkg.tar.zst' \
-| while read -r pkg; do
- [ -f "${pkg}.sig" ] || echo "$f"
-done