9 lines
141 B
Text
9 lines
141 B
Text
post_install() {
|
|
systemd-sysusers jackett.conf
|
|
|
|
chown -R jackett: /usr/share/Jackett /opt/Jackett
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|