kiss: remove unneeded pkg_find

This commit is contained in:
Dylan Araps 2021-07-07 11:16:25 +03:00
parent 855bda4497
commit a2cb46d126
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -810,10 +810,10 @@ pkg_checksums() {
pkg_verify() {
# Verify all package checksums. This is achieved by generating a new set
# of checksums and then comparing those with the old set.
#
# NOTE: repo_dir comes from caller.
log "$1" "Checking sources"
pkg_find "$1"
[ -f "$repo_dir/sources" ] || return 0
# Read the repository checksums into a list.