summarylogtreecommitdiffstats
path: root/kong-community-edition.install
diff options
context:
space:
mode:
Diffstat (limited to 'kong-community-edition.install')
-rw-r--r--kong-community-edition.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/kong-community-edition.install b/kong-community-edition.install
new file mode 100644
index 000000000000..d17bd4595856
--- /dev/null
+++ b/kong-community-edition.install
@@ -0,0 +1,9 @@
+post_install() {
+ mkdir -p /etc/kong
+ mv /usr/lib/luarocks/rocks/kong/1.1.0-0/kong.conf.default /etc/kong/kong.conf.default
+
+}
+
+post_upgrade() {
+ post_install
+}