diff --git a/README.md b/README.md index 7cf0f2b..2976043 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Transmission is a fast, easy, and free BitTorrent client. * Integration with YunoHost Multimedia directories -**Shipped version:** 3.00~ynh6 +**Shipped version:** 3.00~ynh7 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f02db61..8f7eae9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Transmission est un client BitTorrent libre, efficace et simple. * Intégration avec les répertoires Multimédias de YunoHost -**Version incluse :** 3.00~ynh6 +**Version incluse :** 3.00~ynh7 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index f8744ff..7f3981e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Transmission" description.en = "Fast, Easy, and Free BitTorrent Client" description.fr = "Client BitTorrent libre et rapide" -version = "3.00~ynh6" +version = "3.00~ynh7" maintainers = [] diff --git a/scripts/upgrade b/scripts/upgrade index f291232..234cc8d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -68,8 +68,8 @@ ynh_script_progression --message="Adding multimedia directories..." --weight=3 # Remove possibly dangling symlinks created before the /home/yunohost.transmission -> /home/yunohost.app/transmission transition # Use rm because ynh_secure_remove fails on dangling symlinks, see https://github.com/YunoHost/issues/issues/2253... -rm "$MEDIA_DIRECTORY/share/Torrents" -rm "$MEDIA_DIRECTORY/share/Torrent to download" +rm "$MEDIA_DIRECTORY/share/Torrents" || true +rm "$MEDIA_DIRECTORY/share/Torrent to download" || true ynh_multimedia_build_main_dir