PKGBUILDs/community/boinc/boinc.install
2017-06-19 23:21:39 +00:00

9 lines
271 B
Plaintext

post_install() {
# We need to know uid and gid to create /var/lib/boinc with proper
# permissions. So keep systemd-sysusers invocation here despite having
# pacman hooks.
systemd-sysusers boinc.conf
mkdir -p var/lib/boinc
chown -R boinc:boinc var/lib/boinc
}