archrelease: copy trunk to community-any
[ArchLinux/community.git] / boinc / trunk / boinc.install
blob1ef04493a9c618a36bcef7b2d047c4be2471e140
1 post_install() {
2   # We need to know uid and gid to create /var/lib/boinc with proper
3   # permissions. So keep systemd-sysusers invocation here despite having
4   # pacman hooks.
5   systemd-sysusers boinc.conf
6   mkdir -p var/lib/boinc
7   chown -R boinc:boinc var/lib/boinc
10 post_upgrade() {
11   if (( $(vercmp $2 7.10.3) < 0)); then
12     echo "Since 7.10.3, upstream provided boinc-client.service is used instead of our own one."
13     echo "Please enable/start the new boinc-client.service if desired."
14   fi