1 2 3 4 5 6 7 8 9 10
## arg 1: the new package version post_install() { systemd-sysusers couchpotato.conf chown -R couchpotato: /var/lib/couchpotato } ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { post_install }