aur/jackett.install

10 lines
141 B
Text
Raw Normal View History

2015-06-19 20:56:05 -05:00
post_install() {
systemd-sysusers jackett.conf
chown -R jackett: /usr/share/Jackett /opt/Jackett
2015-06-19 20:56:05 -05:00
}
post_upgrade() {
post_install $1
}