forked from kiss-community/kiss
kiss: remove unneeded pkg_find
This commit is contained in:
parent
855bda4497
commit
a2cb46d126
4
kiss
4
kiss
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user