Stubs out pm rm

This commit is contained in:
sm
2018-03-06 20:35:03 -08:00
parent 9ecd4e6f79
commit bd06d484c2
4 changed files with 46 additions and 1 deletions
+4
View File
@@ -48,6 +48,10 @@ func ListInstalled(root string, w io.Writer) error {
return nil
}
func LoadInstalled(root string) (pm.Installed, error) {
return loadi(root)
}
func loadi(root string) (pm.Installed, error) {
r := pm.Installed{}
dbn := filepath.Join(root, in)