summarylogtreecommitdiffstats
path: root/jackett.install
blob: e597c9a718ea76b782b7355e024f2ec019f08fc4 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  systemd-sysusers jackett.conf

  chown -R jackett: /usr/share/Jackett /opt/Jackett
}

post_upgrade() {
	post_install $1
}