From d6549c9aec3441c4ed1552fd518d91881352b2ee Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 04:56:36 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2beee30..0d55ccb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,18 @@ # dependencies used by the app pkg_dependencies="php-gd php-xml mailutils " -# ============= FUTURE YUNOHOST HELPER ============= +#================================================= +# PERSONAL HELPERS +#================================================= + +#================================================= +# EXPERIMENTAL HELPERS +#================================================= + +#================================================= +# FUTURE OFFICIAL HELPERS +#================================================= + # Delete a file checksum from the app settings # # $app should be defined when calling this helper