From f8f1877ec8610588d1cf1c197ba9420e06ab28ea Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 3 Apr 2019 00:42:45 +0200 Subject: [PATCH] Apply example_ynh on _common.sh --- scripts/_common.sh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c726850..be9a70b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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