1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/sonarr/sonarr.install
2018-09-08 16:03:31 -04:00

14 lines
222 B
Plaintext

post_install() {
systemd-sysusers sonarr.conf
mkdir -p /var/lib/sonarr
if [[ ! -f /var/lib/sonarr/config.xml ]]; then
chown -R sonarr: /var/lib/sonarr
fi
}
post_upgrade() {
post_install $1
}