summarylogtreecommitdiffstats
path: root/plume.install
diff options
context:
space:
mode:
authorJiuyang liu2019-06-25 08:18:39 +0000
committerJiuyang liu2019-06-25 08:18:39 +0000
commit088ccf1c470537d208a7fe6d335f5676a57b9b91 (patch)
treeccada8b09029913adf78b76006ecf0eb0c11dada /plume.install
downloadaur-088ccf1c470537d208a7fe6d335f5676a57b9b91.tar.gz
init
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"
+}