Refresh package list after install
This commit is contained in:
@@ -203,6 +203,7 @@ class Package:
|
||||
return
|
||||
|
||||
utils.install(downloaded, dest_dir)
|
||||
# utils.rm(downloaded)
|
||||
|
||||
def __eq__(self, other):
|
||||
return self.name == other.name and self.version == other.version
|
||||
|
Reference in New Issue
Block a user