mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-01 02:34:43 +00:00
Adding "3rd-party clean" command
This commit implements the swupd clean command for the 3rd-party bundles so users are able to clean the cache on their state directories. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
This commit is contained in:
committed by
Castulo J. Martinez
parent
53f502e141
commit
ca98b3a7db
@@ -5,7 +5,7 @@ SWUPD_DIR="$SCRIPTS_DIR"/..
|
||||
SWUPD="$SWUPD_DIR"/swupd
|
||||
|
||||
swupd_commands=(info autoupdate check-update update bundle-add bundle-remove bundle-list bundle-info search-file diagnose repair os-install mirror clean hashdump 3rd-party)
|
||||
third_party_commands=(add remove list bundle-add bundle-remove bundle-list bundle-info update diagnose repair check-update)
|
||||
third_party_commands=(add remove list bundle-add bundle-remove bundle-list bundle-info update diagnose repair check-update clean)
|
||||
conflict=0
|
||||
|
||||
count_global_flags() {
|
||||
|
||||
Reference in New Issue
Block a user