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