1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Remove duplicate home delete from remove script
This commit is contained in:
Sylvain CECCHETTO 2022-04-05 20:52:59 +02:00 committed by GitHub
commit 3debe5588c
4 changed files with 3 additions and 11 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
TV streaming server and recorder
**Shipped version:** 4.3.2009~ynh9
**Shipped version:** 4.3.2009~ynh10

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Serveur de streaming et d'enregistrement TV
**Version incluse :** 4.3.2009~ynh9
**Version incluse :** 4.3.2009~ynh10

View file

@ -6,7 +6,7 @@
"en": "TV streaming server and recorder",
"fr": "Serveur de streaming et d'enregistrement TV"
},
"version": "4.3.2009~ynh9",
"version": "4.3.2009~ynh10",
"url": "https://tvheadend.org",
"upstream": {
"license": "GPL-3.0",

View file

@ -59,14 +59,6 @@ ynh_script_progression --message="Removing Tvheadend..." --weight=6
ynh_package_autopurge $app
#=================================================
# REMOVE APP MAIN DIR AND CONFIG FILES
#=================================================
ynh_script_progression --message="Removing app main directory..." --weight=2
# Remove the app directory securely
ynh_secure_remove --file="$final_path"
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================