Apply last example_ynh

This commit is contained in:
yalh76
2019-03-14 01:19:10 +01:00
parent 65d03eeced
commit 1752e7f61e
5 changed files with 33 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib"
#=================================================
# PERSONAL HELPERS
#=================================================