aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils.c3
1 files changed, 2 insertions, 1 deletions
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];