add convenience forward/reverse dep listers
This commit is contained in:
parent
6ae1f099af
commit
97ca59fc0c
2
dot_local/bin/executable_xxdeps
Normal file
2
dot_local/bin/executable_xxdeps
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xbps-query -Rx "$1"
|
2
dot_local/bin/executable_xxrevdeps
Normal file
2
dot_local/bin/executable_xxrevdeps
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xbps-query -RX "$1"
|
Loading…
Reference in New Issue
Block a user