mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
migrations
This commit is contained in:
committed by
Aiden McClelland
parent
3588d0342e
commit
5a13320921
7
appmgr/src/install/cleanup.rs
Normal file
7
appmgr/src/install/cleanup.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use crate::db::model::InstalledPackageDataEntry;
|
||||
use crate::s9pk::manifest::{Manifest, PackageId};
|
||||
use crate::Error;
|
||||
|
||||
pub async fn cleanup(info: Result<InstalledPackageDataEntry, &Manifest>) -> Result<(), Error> {
|
||||
Ok(()) // TODO
|
||||
}
|
||||
Reference in New Issue
Block a user