summarylogtreecommitdiffstats
path: root/ombi.install
blob: af389eeb6eec1c515b587ee2192e69e775383da7 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  # Create ombi user
  systemd-sysusers ombi.conf
  chown -R ombi:ombi /var/lib/ombi
}

post_upgrade() {
  post_install $1
}