summarylogtreecommitdiffstats
path: root/plume.install
diff options
context:
space:
mode:
Diffstat (limited to 'plume.install')
-rw-r--r--plume.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/plume.install b/plume.install
new file mode 100644
index 000000000000..4ba051784670
--- /dev/null
+++ b/plume.install
@@ -0,0 +1,8 @@
+post_install() {
+ chown plume:plume /usr/share/webapps/plume -R
+}
+
+post_upgrade() {
+ echo "Your need to upgrade database by runing ."
+ echo "sudo -su plume diesel migration run"
+}