trim + fixes
This commit is contained in:
@ -3,6 +3,7 @@ pub mod delete;
|
||||
pub mod link;
|
||||
pub mod disable;
|
||||
pub mod enable;
|
||||
pub mod trim;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
@ -10,3 +11,8 @@ use std::path::PathBuf;
|
||||
pub fn get_var_path() -> PathBuf {
|
||||
PathBuf::from(env!("AEROPKG_HOME")).join("var")
|
||||
}
|
||||
|
||||
pub fn get_etc_path() -> PathBuf {
|
||||
PathBuf::from(env!("AEROPKG_HOME")).join("etc")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user