summarylogtreecommitdiffstats
path: root/flexisip.install
diff options
context:
space:
mode:
authorGuillaume Horel2017-12-02 12:50:56 -0500
committerGuillaume Horel2019-01-13 17:42:57 -0500
commit8efd7653b3e763470c9d874a35671332224be879 (patch)
tree35368328b4d09e9ee21501ccb37073e7184a0ec7 /flexisip.install
parent59915a973b6b77b5ad20805cf74a7bd21287529e (diff)
downloadaur-8efd7653b3e763470c9d874a35671332224be879.tar.gz
version bump
Diffstat (limited to 'flexisip.install')
-rw-r--r--flexisip.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/flexisip.install b/flexisip.install
new file mode 100644
index 000000000000..0397182b85cf
--- /dev/null
+++ b/flexisip.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ echo "
+In order to generate a default config file, you can use:
+
+mkdir -p /etc/flexisip
+flexisip --dump-all-default > /etc/flexisip/flexisip.conf
+"
+}
+
+post_install() {
+ post_upgrade
+}