summarylogtreecommitdiffstats
path: root/flexisip.install
diff options
context:
space:
mode:
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
+}