summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorSean Enck2017-06-26 09:56:54 -0400
committerSean Enck2017-06-26 10:04:19 -0400
commit965063ee8b0fa19decb6c3ca6fa8efe541f75add (patch)
tree6f310ee64f2d41d0ac3b25f10c6598641be8af06 /install
parentb89555c681454d4e0ecf19b1822476ec797eca3c (diff)
downloadaur-965063ee8b0fa19decb6c3ca6fa8efe541f75add.tar.gz
new release, lots of packaging cleanup
Diffstat (limited to 'install')
-rw-r--r--install4
1 files changed, 4 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..dc4f4622a2c8
--- /dev/null
+++ b/install
@@ -0,0 +1,4 @@
+post_install() {
+ /usr/bin/oragono initdb --conf /etc/oragono.conf
+ cd /var/lib/oragono/ && /usr/bin/oragono mkcerts --conf /etc/oragono.conf
+}