1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00
mailman3_ynh/scripts/_common.sh

21 lines
592 B
Bash
Raw Normal View History

2019-09-20 12:55:12 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-08-21 17:30:03 +02:00
# dependencies used by the app
pkg_dependencies="postgresql lynx mailman3-full"
2019-09-20 12:55:12 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2021-08-21 17:30:03 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================