2 echo ":: The hyperiond.service now runs as independent user 'hyperion'."
3 echo " Make sure you still have access rights to your ambilight devices."
4 echo " The user 'hyperion' belongs to the 'uucp' group."
5 echo " Also see: https://wiki.archlinux.org/index.php/users_and_groups"
8 # arg 1: the new package version
9 # arg 2: the old package version
15 for v in "${upgrades[@]}"; do
16 if [[ $(vercmp "$v" "$2") -eq 1 ]]; then