update modules

This commit is contained in:
pivodevat
2025-09-02 20:01:30 +03:00
parent bcb6dcca1d
commit 968216f5f2
11 changed files with 91 additions and 28 deletions

View File

@ -1,6 +1,6 @@
pub mod install;
pub mod delete;
pub mod pkglink;
pub mod link;
pub mod disable;
pub mod enable;
@ -8,5 +8,5 @@ use std::path::PathBuf;
pub fn get_var_path() -> PathBuf {
PathBuf::from(env!("SEXPKG_HOME")).join("var")
PathBuf::from(env!("AEROPKG_HOME")).join("var")
}