bin/: add xpkg wrappers for repo and xbps-src packages
This commit is contained in:
parent
28f9e3bf83
commit
9c6f4974f6
2 changed files with 6 additions and 0 deletions
3
private_dot_local/bin/executable_xlocalpkg
Normal file
3
private_dot_local/bin/executable_xlocalpkg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
xpkg -L
|
3
private_dot_local/bin/executable_xremotepkg
Normal file
3
private_dot_local/bin/executable_xremotepkg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
xpkg -m | grep -v -f <(xpkg -L)
|
Loading…
Add table
Reference in a new issue