summarylogtreecommitdiffstats
path: root/plume.install
blob: 4ba051784670b4147b87ebfa778112a64039fb5f (plain)
1
2
3
4
5
6
7
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"
}