Signed-off-by: Andrew Gregory <[email protected]>
---
 src/pacman/query.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/pacman/query.c b/src/pacman/query.c
index afcbbd4f..d75c4c80 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -306,11 +306,7 @@ static int display(alpm_pkg_t *pkg)
        int ret = 0;
 
        if(config->op_q_info) {
-               if(config->op_q_isfile) {
-                       dump_pkg_full(pkg, 0);
-               } else {
-                       dump_pkg_full(pkg, config->op_q_info > 1);
-               }
+               dump_pkg_full(pkg, config->op_q_info > 1);
        }
        if(config->op_q_list) {
                dump_pkg_files(pkg, config->quiet);
-- 
2.35.0

Reply via email to