mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
cleaning
This commit is contained in:
parent
752f1c7810
commit
7f6020a30c
2 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Downloading sources to $install_dir..." --weight=10
|
ynh_script_progression --message="Installing and patching sources to $install_dir..." --weight=10
|
||||||
#REMOVEME? ynh_app_setting_set $app install_dir $install_dir
|
#REMOVEME? ynh_app_setting_set $app install_dir $install_dir
|
||||||
|
|
||||||
#Set settings constant initializer of the app
|
#Set settings constant initializer of the app
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
version_gt() {
|
|
||||||
test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1";
|
|
||||||
}
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC START
|
# GENERIC START
|
||||||
|
|
Loading…
Add table
Reference in a new issue