mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
remove rustup after build
This commit is contained in:
parent
e7439b8280
commit
301346ee95
1 changed files with 4 additions and 0 deletions
|
@ -64,5 +64,9 @@ install_sources() {
|
||||||
set +$u_arg;
|
set +$u_arg;
|
||||||
deactivate
|
deactivate
|
||||||
set -$u_arg;
|
set -$u_arg;
|
||||||
|
|
||||||
|
# Remove Rust to reduce backup size
|
||||||
|
ynh_secure_remove --file=$final_path/.rustup
|
||||||
|
ynh_secure_remove --file=$final_path/.cargo
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue