Apply example_ynh on _common.sh

This commit is contained in:
yalh76 2019-04-03 00:42:45 +02:00
parent f8930af59d
commit f8f1877ec8

View file

@ -1,6 +1,24 @@
#!/bin/bash
# ============= FUTURE YUNOHOST HELPER =============
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="deb1 deb2"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================
# Delete a file checksum from the app settings
#
# $app should be defined when calling this helper