From 6bd916585024b7e4b344288bdcf2dece207cd8dc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 7 Apr 2018 22:12:40 +0200 Subject: ii-connect: wtf: pkgfile -> tyzoid's interface --- bin/ii-connect | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index 4050bd0..0ecb987 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -94,7 +94,8 @@ if [ "$1" = 'watch' ]; then p ' "${out_file}" | \ while read -r line; do - if ! reason=$(pkgfile -C "${base_dir}/conf/pkgfile.pacman32.conf" "${line}"); then + reason=$("${base_dir}/bin/wtf" "${line}"); + if [ -z "${reason}" ] then reason="Huh, I don't know that one." fi if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then -- cgit v1.2.3