From 7d79c86285de5da04d22827c149c6a46886159ee Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 31 Jul 2021 01:29:03 +0300 Subject: isxbpscommand: add xbps-pkgdb --- utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 3658969..f127a98 100644 --- a/utils.c +++ b/utils.c @@ -120,7 +120,8 @@ bool isxbpscommand(const char *s) "/xbps-install", "/xbps-remove", "/xbps-reconfigure", - "/xbps-query" + "/xbps-query", + "/xbps-pkgdb", }; for (size_t i = 0; i < ARRAY_SIZE(commands); i++) { const char *command = commands[i]; -- cgit v1.2.3