1
0
Fork 0
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:
yalh76 2021-05-27 13:51:28 +02:00
parent e7439b8280
commit 301346ee95

View file

@ -64,5 +64,9 @@ install_sources() {
set +$u_arg;
deactivate
set -$u_arg;
# Remove Rust to reduce backup size
ynh_secure_remove --file=$final_path/.rustup
ynh_secure_remove --file=$final_path/.cargo
fi
}