kiss: Clean up

This commit is contained in:
Dylan Araps 2020-03-25 17:14:44 +02:00
parent 8f111e0fc1
commit 0fb84cccec
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 3 deletions

6
kiss
View File

@ -690,14 +690,14 @@ pkg_conflicts() {
"${file##*/}"
done < "$tar_dir/$1/$sys_db/$1/manifest" > "$cac_dir/$pid-m"
[ -s "$cac_dir/$pid-m" ] || return 0
p_name=$1
# Generate a list of all installed package manifests
# and remove the current package from the list.
# shellcheck disable=2046,2086
set -- $(set +f; pop "$sys_db/$p_name/manifest" from "$sys_db"/*/manifest)
[ -s "$cac_dir/$pid-m" ] || return 0
set -- $(set +f; pop "$sys_db/$1/manifest" from "$sys_db"/*/manifest)
# Enable alternatives automatically if it is safe to do so.
# This checks to see that the package that is about to be installed