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];