1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Remove rust after compilation

This commit is contained in:
yalh76 2019-08-05 22:31:23 +02:00
parent 309079198f
commit 69abb096c2
2 changed files with 6 additions and 2 deletions

View file

@ -126,7 +126,9 @@ popd
cp -a $final_path/build/target/release/. $final_path/live/. cp -a $final_path/build/target/release/. $final_path/live/.
ynh_secure_remove --file=$final_path/build/ ynh_secure_remove --file="$final_path/build"
ynh_secure_remove --file="$final_path/.cargo"
ynh_secure_remove --file="$final_path/.rustup"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD

View file

@ -136,7 +136,9 @@ then
cp -a $final_path/build/target/release/. $final_path/live/. cp -a $final_path/build/target/release/. $final_path/live/.
ynh_secure_remove --file=$final_path/build/ ynh_secure_remove --file="$final_path/build"
ynh_secure_remove --file="$final_path/.cargo"
ynh_secure_remove --file="$final_path/.rustup"
fi fi
#================================================= #=================================================