2017-06-21 19:42:17 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-08-04 23:00:10 +02:00
|
|
|
#=================================================
|
|
|
|
# COMMON VARIABLES
|
|
|
|
#=================================================
|
2017-06-21 19:42:17 +02:00
|
|
|
|
2019-08-04 23:00:10 +02:00
|
|
|
# dependencies used by the app
|
2022-11-11 22:16:17 +01:00
|
|
|
pkg_dependencies="coolwsd code-brand hunspell-de-de hunspell-en-us hunspell-en-gb hunspell-fr hunspell-nl hunspell"
|
2017-06-21 19:42:17 +02:00
|
|
|
|
2019-08-04 23:00:10 +02:00
|
|
|
#=================================================
|
|
|
|
# PERSONAL HELPERS
|
|
|
|
#=================================================
|
2017-06-21 19:42:17 +02:00
|
|
|
|
2019-08-04 23:00:10 +02:00
|
|
|
#=================================================
|
|
|
|
# EXPERIMENTAL HELPERS
|
|
|
|
#=================================================
|
2017-06-21 19:42:17 +02:00
|
|
|
|
2019-08-04 23:00:10 +02:00
|
|
|
#=================================================
|
|
|
|
# FUTURE OFFICIAL HELPERS
|
|
|
|
#=================================================
|