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

21 lines
588 B
Bash
Raw Normal View History

2019-02-27 23:52:47 +01:00
#!/bin/bash
#=================================================
2021-05-16 17:29:40 +02:00
# COMMON VARIABLES
2019-02-27 23:52:47 +01:00
#=================================================
2021-05-16 17:29:40 +02:00
# dependencies used by the app
pkg_dependencies="diffutils imagemagick acl"
2020-06-10 17:28:54 +02:00
2021-05-16 17:29:40 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================