mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 18:49:39 +00:00
Implement uninstall
Also add RemovePackage in database implementation (boltdb is not tested yet) Add test case for uninstall
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
|
||||
type Installer interface {
|
||||
Install([]pkg.Package, *System) error
|
||||
Uninstall([]pkg.Package, *System) error
|
||||
Uninstall(pkg.Package, *System) error
|
||||
Repositories([]Repository)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user