isxbpscommand: add xbps-pkgdb

This commit is contained in:
Evgeny Zinoviev 2021-07-31 01:29:03 +03:00
parent fccf932b5b
commit 7d79c86285

View File

@ -120,7 +120,8 @@ bool isxbpscommand(const char *s)
"/xbps-install", "/xbps-install",
"/xbps-remove", "/xbps-remove",
"/xbps-reconfigure", "/xbps-reconfigure",
"/xbps-query" "/xbps-query",
"/xbps-pkgdb",
}; };
for (size_t i = 0; i < ARRAY_SIZE(commands); i++) { for (size_t i = 0; i < ARRAY_SIZE(commands); i++) {
const char *command = commands[i]; const char *command = commands[i];