summarylogtreecommitdiffstats
path: root/cantaloupe.install
blob: 0b2b91f621a4c2b99ad620495787aab561924b3d (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  mkdir -p /data/cantaloupe/images/
  chown http:http -r /data/cantaloupe/
  systemctl enable cantaloupe.service
  systemctl restart cantaloupe.service
}

post_upgrade() {
  post_install $1
}