summarylogtreecommitdiffstats
path: root/install
blob: 349d7c6f82d089de56376113cf065a979945d63d (plain)
1
2
3
4
5
6
## arg 1:  the new package version
post_install() {
	useradd --system -s /usr/bin/nologin qf
    chown -R qf:qf "/var/lib/quam_facere/"
    chown -R qf:qf "/etc/quam_facere/"
}