6
xbps-src
6
xbps-src
@@ -58,6 +58,9 @@ remove <pkgname>
|
||||
remove-autodeps
|
||||
Removes all package dependencies that were installed automatically.
|
||||
|
||||
purge-distfiles
|
||||
Removes all obsolete distfiles in <hostdir>/sources.
|
||||
|
||||
show <pkgname>
|
||||
Show information for the specified package.
|
||||
|
||||
@@ -648,6 +651,9 @@ case "$XBPS_TARGET" in
|
||||
list)
|
||||
$XBPS_QUERY_CMD -l
|
||||
;;
|
||||
purge-distfiles)
|
||||
purge_distfiles
|
||||
;;
|
||||
show)
|
||||
read_pkg
|
||||
show_pkg
|
||||
|
||||
Reference in New Issue
Block a user