isxbpscommand: add xbps-pkgdb
This commit is contained in:
parent
fccf932b5b
commit
7d79c86285
3
utils.c
3
utils.c
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user