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