From e8c454f3d253f2fb3f435536f92d9c5241039f26 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 12 Dec 2013 15:34:37 +0100 Subject: [PATCH] xbps-query: do not print pkg dirs in local ownedby mode, it's unnecessary. --- bin/xbps-query/ownedby.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/xbps-query/ownedby.c b/bin/xbps-query/ownedby.c index 851cf506..2daccb16 100644 --- a/bin/xbps-query/ownedby.c +++ b/bin/xbps-query/ownedby.c @@ -58,8 +58,6 @@ match_files_by_pattern(xbps_dictionary_t pkg_filesd, if (strcmp(keyname, "files") == 0) typestr = "regular file"; - else if (strcmp(keyname, "dirs") == 0) - typestr = "directory"; else if (strcmp(keyname, "links") == 0) typestr = "link"; else if (strcmp(keyname, "conf_files") == 0)