1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00

Remove multimedia dir

This commit is contained in:
Krakinou 2021-05-29 16:58:49 +02:00
parent 1216fdb619
commit 52f54627e4

View file

@ -47,6 +47,15 @@ ynh_script_progression --message="Removing app main directory..." --weight=1
# Remove the app directory securely
ynh_secure_remove --file="$final_path"
#=================================================
# REMOVE MULTIMEDIA SYMBOLIC LINK
#=================================================
ynh_script_progression --message="Removing Game folder..." --weight=1
# Remove the app directory securely
ynh_secure_remove --file="/home/yunohost.multimedia/share/Game"
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================