summarylogtreecommitdiffstats
path: root/couchpotato.install
blob: 98e875364b91ebbfe40a6bce00d86a40d8cf0e23 (plain)
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: /avar/lib/couchpotato
}
## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
	post_install
}