mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
8 lines
271 B
Text
8 lines
271 B
Text
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
|
|
}
|