summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2018-04-11Upstream update: version r34.1c13fa9Max Reitz
2018-04-11Fix PID file location on upgradeMax Reitz
post_upgrade() is usually run under sudo, so $XDG_RUNTIME_DIR is not set and $(id -u) is pretty much useless. So if neither gives us a usable path, try /var/run/user/$SUDO_UID as a last resort. Note that in addition, the /var/run path was wrong. It is "/var/run/user", not "/var/run/users". Good thing this happened on the first version so probably nobody has run post_upgrade() so far.
2018-04-11Initial commit: version r32.96f8e44Max Reitz