PKGBUILDs/community/boinc/boinc.install

9 lines
271 B
Plaintext
Raw Normal View History

2015-10-29 01:16:06 +00:00
post_install() {
2017-06-19 23:21:39 +00:00
# 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.
2015-10-29 01:16:06 +00:00
systemd-sysusers boinc.conf
mkdir -p var/lib/boinc
chown -R boinc:boinc var/lib/boinc
}