mirror of
https://github.com/YunoHost-Apps/strut_ynh.git
synced 2024-09-03 20:26:33 +02:00
cleaning
This commit is contained in:
parent
62efec3f0e
commit
6747b889c6
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ name = "Strut"
|
||||||
description.en = "Slide editor for creating impress.js presentations"
|
description.en = "Slide editor for creating impress.js presentations"
|
||||||
description.fr = "Éditeur de diapositives permettant de créer des présentations impress.js"
|
description.fr = "Éditeur de diapositives permettant de créer des présentations impress.js"
|
||||||
|
|
||||||
version = "20231204~ynh1"
|
version = "20231204~ynh2"
|
||||||
|
|
||||||
maintainers = ["ljf"]
|
maintainers = ["ljf"]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# source ../settings/scripts/_common.sh
|
source ../settings/scripts/_common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
ynh_print_info "Declaring files to be backed up..."
|
ynh_print_info "Declaring files to be backed up..."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# source ../settings/scripts/_common.sh
|
source ../settings/scripts/_common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue