Éric Gaspar 1 year ago
parent
commit
77959ce04c
4 changed files with 2 additions and 10 deletions
  1. 1 1
      manifest.toml
  2. 1 3
      scripts/remove
  3. 0 3
      scripts/restore
  4. 0 3
      scripts/upgrade

+ 1 - 1
manifest.toml

@@ -18,7 +18,7 @@ userdoc = "https://homarr.dev/docs/about"
 code = "https://github.com/ajnart/homarr"
 
 [integration]
-yunohost = ">= 11.2.18"
+yunohost = ">= 11.2.30"
 helpers_version = "2.1"
 architectures = "all"
 multi_instance = true

+ 1 - 3
scripts/remove

@@ -8,9 +8,7 @@ source /usr/share/yunohost/helpers
 #=================================================
 ynh_script_progression "Removing system configurations related to $app..."
 
-if ynh_hide_warnings yunohost service status $app >/dev/null
-then
-	ynh_script_progression "Removing $app service integration..."
+if ynh_hide_warnings yunohost service status $app >/dev/null; then
 	yunohost service remove $app
 fi
 

+ 0 - 3
scripts/restore

@@ -10,9 +10,6 @@ ynh_script_progression "Restoring the app main directory..."
 
 ynh_restore "$install_dir"
 
-#chmod -R o-rwx "$install_dir"
-#chown -R $app:www-data "$install_dir"
-
 #=================================================
 # REINSTALL DEPENDENCIES
 #=================================================

+ 0 - 3
scripts/upgrade

@@ -20,9 +20,6 @@ ynh_script_progression "Upgrading source files..."
 
 ynh_setup_source --dest_dir="$install_dir" --full_replace
 
-#chmod -R o-rwx "$install_dir"
-#chown -R $app:www-data "$install_dir"
-
 #=================================================
 # UPGRADE DEPENDENCIES
 #=================================================