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