Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit dd20009

Browse files
committed
Remove packages when the user thinks they're removing packages :)
1 parent 3c9fa7e commit dd20009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ubports-qa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def remove(args):
107107
if not list_exists(args.repo):
108108
die("Repo %s is not installed" % args.repo)
109109
remove_list(args.repo)
110+
update(args)
110111

111112
def list(args):
112113
print(" ".join(list_lists()))

0 commit comments

Comments
 (0)