1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grist_ynh.git synced 2024-09-03 20:36:18 +02:00

Remove nodejs and bump version

This commit is contained in:
Florent 2024-03-03 11:14:06 +01:00 committed by Florent F
parent bb57253359
commit 85325099d9
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,7 @@ name = "Grist"
description.en = "Modern relational spreadsheet"
description.fr = "Feuille de calcul relationnelle moderne"
version = "1.1.11~ynh2"
version = "1.1.11~ynh3"
maintainers = ["fflorent"]

View file

@ -35,6 +35,8 @@ ynh_redis_remove_db "$redis_db"
ynh_secure_remove --file="/var/log/$app"
ynh_remove_nodejs
#=================================================
# END OF SCRIPT
#=================================================