archrelease: copy trunk to community-any
[ArchLinux/community.git] / hyperion / repos / community-x86_64 / hyperion.install
blobef2db7571d5678336664d168afdaf69fa342eab2
1 _1.03.2_14_changes() {
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
10 post_upgrade() {
11     local v upgrades=(
12       1.03.2-14
13     )
15     for v in "${upgrades[@]}"; do
16       if [[ $(vercmp "$v" "$2") -eq 1 ]]; then
17         "_${v//-/_}_changes"
18       fi
19     done